diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2023-10-01 17:49:38 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2023-10-01 17:49:38 -0400 |
commit | 5bf1ebbf8482b6dfcd540924650fed660dc82856 (patch) | |
tree | f5ebd571169a8f9bd21e024a4be222437de0e946 /README.md | |
parent | 2d0f411a43cea05505e0e96d30334fb04f5aec00 (diff) | |
parent | 725d03705fd7bd647d4cd55326eb77ff73c76482 (diff) | |
download | betterLibrary-1.3.tar.gz betterLibrary-1.3.tar.bz2 betterLibrary-1.3.zip |
Merge branch 'main' of https://github.com/Sowgro/betterLibrary1.3
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,7 +1,16 @@ # betterLibrary -A Spicetify app which allows the library to be opened in the center pane, similar to how you could before the redesign +A Spicetify custom app which allows the library to be opened in the center pane, similar to how you could before the redesign  ## Installation -Download the source code, unzip it if necessary, then copy betterLibrary from the CustomApps folder into your spicetify CustomApps folder. +1. Download the source code and unzip it if necessary. +2. Copy betterLibrary from the CustomApps folder into your Spicetify CustomApps folder. +3. Run the following commands to enable the custom app: + + ``` + spicetify config custom_apps betterLibrary + ``` + ``` + spicetify apply + ``` |