Skip to content

Commit

Permalink
Ported guide
Browse files Browse the repository at this point in the history
  • Loading branch information
EnhancedJax authored Sep 29, 2021
1 parent f32ef1f commit 386e29b
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,24 @@ via Discord: **Jax#1090**

# How to install Spicetify-cli

Follow this guide here to basic installation: https://github.com/khanhas/spicetify-cli/wiki/Guide-for-Rainmeter-user
Open Powershell, run following commands, one by one:

```
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/khanhas/spicetify-cli/master/install.ps1" | Invoke-Expression
spicetify
spicetify config extensions webnowplaying.js
```

If you just want WebNowPlaying without changing UI color, CSS, run this:
```
spicetify config inject_css 0 replace_colors 0
```
Finally, run:
```
spicetify backup apply
```

Above guide provided by spicetify: https://github.com/khanhas/spicetify-cli/wiki/Guide-for-Rainmeter-user

If spotify is blank after installation, or the player doesn't work despite following all the steps, follow the following guide:
***
Expand Down

0 comments on commit 386e29b

Please sign in to comment.