Skip to content

Commit

Permalink
chore: rename marketplace repo (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsojramos committed May 21, 2024
1 parent 54aaa24 commit c0af1f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ This is the installation method we recommend for most users. It is the fastest a
iwr -useb https://raw.githubusercontent.com/spicetify/cli/main/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_.
Also run the following if you would like to install the [**Spicetify Marketplace**](https://github.com/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
iwr -useb https://raw.githubusercontent.com/spicetify/marketplace/main/resources/install.ps1 | iex
```

### Linux and MacOS
Expand All @@ -31,7 +31,7 @@ curl -fsSL https://raw.githubusercontent.com/spicetify/cli/main/install.sh | sh
```
Spicetify Marketplace
```sh
curl -fsSL https://raw.githubusercontent.com/spicetify/spicetify-marketplace/main/resources/install.sh | sh
curl -fsSL https://raw.githubusercontent.com/spicetify/marketplace/main/resources/install.sh | sh
```

<hr/>
Expand Down

0 comments on commit c0af1f5

Please sign in to comment.