File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff 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
5370If spotify is blank after installation, or the player doesn't work despite following all the steps, follow the following guide:
5471***
You can’t perform that action at this time.
0 commit comments