aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSowgro <69283684+Sowgro@users.noreply.github.com>2023-09-26 12:17:26 -0400
committerGitHub <noreply@github.com>2023-09-26 12:17:26 -0400
commit725d03705fd7bd647d4cd55326eb77ff73c76482 (patch)
tree5e171ec71e0fa07c0c358e194aeba95607ee6894
parentd008f649b883bb9a5ee238d68f39ccb614301ec9 (diff)
downloadbetterLibrary-725d03705fd7bd647d4cd55326eb77ff73c76482.tar.gz
betterLibrary-725d03705fd7bd647d4cd55326eb77ff73c76482.tar.bz2
betterLibrary-725d03705fd7bd647d4cd55326eb77ff73c76482.zip
Update README.md
-rw-r--r--README.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/README.md b/README.md
index ddcb561..8bdbdb4 100644
--- a/README.md
+++ b/README.md
@@ -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
![Preview](preview.png)
## 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
+ ```