Skip to content

Commit 386e29b

Browse files
authored
Ported guide
1 parent f32ef1f commit 386e29b

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,24 @@ via Discord: **Jax#1090**
4848

4949
# How to install Spicetify-cli
5050

51-
Follow this guide here to basic installation: https://github.com/khanhas/spicetify-cli/wiki/Guide-for-Rainmeter-user
51+
Open Powershell, run following commands, one by one:
52+
53+
```
54+
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/khanhas/spicetify-cli/master/install.ps1" | Invoke-Expression
55+
spicetify
56+
spicetify config extensions webnowplaying.js
57+
```
58+
59+
If you just want WebNowPlaying without changing UI color, CSS, run this:
60+
```
61+
spicetify config inject_css 0 replace_colors 0
62+
```
63+
Finally, run:
64+
```
65+
spicetify backup apply
66+
```
67+
68+
Above guide provided by spicetify: https://github.com/khanhas/spicetify-cli/wiki/Guide-for-Rainmeter-user
5269

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

0 commit comments

Comments
 (0)