diff options
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 + ``` |