⚠️前排呱呱【参考或搬运到自己的社交平台/剪辑视频教程等请注明来源及本文链接】
<aside> 💡 官网文档
</aside>
Spotify官网下载的APP
Windows 用户使用PowerShell
powershell官网:
Install PowerShell on Windows, Linux, and macOS - PowerShell
Mac OS 用户使用iTerm(系统自带)
💡Win 系统:代码复制下边两行👇🏻+回车
iwr -useb <https://raw.githubusercontent.com/spicetify/cli/main/install.ps1> | iex
iwr -useb <https://raw.githubusercontent.com/spicetify/marketplace/main/resources/install.ps1> | iex
💡Mac/Linux系统:复制下边两行👇🏻+回车
curl -fsSL <https://raw.githubusercontent.com/spicetify/cli/main/install.sh> | sh
curl -fsSL <https://raw.githubusercontent.com/spicetify/marketplace/main/resources/install.sh> | sh