From 725d03705fd7bd647d4cd55326eb77ff73c76482 Mon Sep 17 00:00:00 2001 From: Sowgro <69283684+Sowgro@users.noreply.github.com> Date: Tue, 26 Sep 2023 12:17:26 -0400 Subject: Update README.md --- README.md | 14 ++++++++++---- 1 file 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 + ``` -- cgit v1.2.3