From c0af1f50cca3ebecab70f2945d5559dc1deed1f0 Mon Sep 17 00:00:00 2001 From: Afonso Jorge Ramos Date: Tue, 21 May 2024 19:51:31 +0100 Subject: [PATCH] chore: rename marketplace repo (#143) --- docs/getting-started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index b3e52e4..f5fcd27 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -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 @@ -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 ```