diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2023-12-11 16:15:42 -0500 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2023-12-11 16:15:42 -0500 |
commit | 924534ca33cea95cce3214c9896d04381e2acfa4 (patch) | |
tree | 17bdc4e4f3fe84b60c22b3de7b408a66cc13ce4b /README.md | |
download | legacyLibrary-924534ca33cea95cce3214c9896d04381e2acfa4.tar.gz legacyLibrary-924534ca33cea95cce3214c9896d04381e2acfa4.tar.bz2 legacyLibrary-924534ca33cea95cce3214c9896d04381e2acfa4.zip |
first commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..3ea5c2c --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# betterLibrary +A Spicetify custom app which brings back the old library + + + +## Installation +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 + ``` |