aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0f0b1f3..8bdbdb4 100644
--- a/README.md
+++ b/README.md
@@ -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
![Preview](preview.png)
## 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
+ ```