diff options
author | Sowgro <69283684+Sowgro@users.noreply.github.com> | 2023-09-26 12:17:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-26 12:17:26 -0400 |
commit | 725d03705fd7bd647d4cd55326eb77ff73c76482 (patch) | |
tree | 5e171ec71e0fa07c0c358e194aeba95607ee6894 | |
parent | d008f649b883bb9a5ee238d68f39ccb614301ec9 (diff) | |
download | betterLibrary-725d03705fd7bd647d4cd55326eb77ff73c76482.tar.gz betterLibrary-725d03705fd7bd647d4cd55326eb77ff73c76482.tar.bz2 betterLibrary-725d03705fd7bd647d4cd55326eb77ff73c76482.zip |
Update README.md
-rw-r--r-- | README.md | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -1,10 +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 and run the two following commands in your Command Line or Terminal to apply the changes to Spotify: +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: -1. `spicetify config custom_apps betterLibrary` -2. `spicetify apply` + ``` + spicetify config custom_apps betterLibrary + ``` + ``` + spicetify apply + ``` |