Skip to content

Commit

Permalink
chore: separate script blocks for cli and marketplace (spicetify#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
theRealPadster authored Mar 26, 2023
1 parent 77f6b92 commit 48f01c7
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,28 @@ Spicetify is a multiplatform command-line tool to customize the official Spotify

### Windows

This is the installation method what we recommend for most users. It is the fastest and most reliable way to install Spicetify. It also includes the [**Spicetify Marketplace**](https://github.com/spicetify/spicetify-marketplace) that gives you access to a tab in Spotify's sidebar that allows you to search for and install _themes_, _extensions_, and _snippets_.
This is the installation method what we recommend for most users. It is the fastest and most reliable way to install Spicetify.

#### Powershell (pre-built binary)

```powershell
iwr -useb https://raw.githubusercontent.com/spicetify/spicetify-cli/master/install.ps1 | iex
```

Also run the following if you would like to install the [**Spicetify Marketplace**](https://github.com/spicetify/spicetify-marketplace), which gives you access to a tab in Spotify's sidebar that allows you to search for and install _themes_, _extensions_, and _snippets_.
```powershell
iwr -useb https://raw.githubusercontent.com/spicetify/spicetify-marketplace/main/resources/install.ps1 | iex
```

### Linux and MacOS

#### Shell (pre-built binary)

```bash
Spicetify CLI
```sh
curl -fsSL https://raw.githubusercontent.com/spicetify/spicetify-cli/master/install.sh | sh
```
Spicetify Marketplace
```sh
curl -fsSL https://raw.githubusercontent.com/spicetify/spicetify-marketplace/main/resources/install.sh | sh
```

Expand Down

0 comments on commit 48f01c7

Please sign in to comment.