diff options
author | ph3b3 <dariusleong8@gmail.com> | 2023-09-26 18:12:39 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-26 18:12:39 +1000 |
commit | 96e0fc10c513396d611a153c7cf3eeb3c827c8d1 (patch) | |
tree | 40ddf70d75821566acb81ceaf066a53c10e7d8d9 | |
parent | 0fb9267f35aa68c20290029a5e56cbeb9e8744f5 (diff) | |
download | betterLibrary-96e0fc10c513396d611a153c7cf3eeb3c827c8d1.tar.gz betterLibrary-96e0fc10c513396d611a153c7cf3eeb3c827c8d1.tar.bz2 betterLibrary-96e0fc10c513396d611a153c7cf3eeb3c827c8d1.zip |
add command line instructions to installation
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,4 +4,7 @@ A Spicetify app which allows the library to be opened in the center pane, simila  ## Installation -Download the source code, unzip it if necessary, then copy betterLibrary from the CustomApps folder into your spicetify CustomApps folder. +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. `spicetify config custom_apps betterLibrary` +2. `spicetify apply` |