📚Setup for Spicetify
Sowad➡️For windows
• Open powershell
• Run the following commands:
iwr -useb https://raw.githubusercontent.com/spicetify/spicetify-cli/master/install.ps1 | iex
And
iwr -useb https://raw.githubusercontent.com/spicetify/spicetify-marketplace/main/resources/install.ps1 | iex (for marketplace)
➡️For Linux and MacOS
• Open shell/console
• Run the following commands
curl -fsSL https://raw.githubusercontent.com/spicetify/spicetify-cli/master/install.sh | sh
AndÂ
curl -fsSL https://raw.githubusercontent.com/spicetify/spicetify-marketplace/main/resources/install.sh | sh
(For marketplace)