aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2023-10-01 17:49:38 -0400
committersowgro <tpoke.ferrari@gmail.com>2023-10-01 17:49:38 -0400
commit5bf1ebbf8482b6dfcd540924650fed660dc82856 (patch)
treef5ebd571169a8f9bd21e024a4be222437de0e946 /README.md
parent2d0f411a43cea05505e0e96d30334fb04f5aec00 (diff)
parent725d03705fd7bd647d4cd55326eb77ff73c76482 (diff)
downloadbetterLibrary-5bf1ebbf8482b6dfcd540924650fed660dc82856.tar.gz
betterLibrary-5bf1ebbf8482b6dfcd540924650fed660dc82856.tar.bz2
betterLibrary-5bf1ebbf8482b6dfcd540924650fed660dc82856.zip
Merge branch 'main' of https://github.com/Sowgro/betterLibrary1.3
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
+ ```