From ac09c15a84fc22ae7edc50ff2c2ba62aa6124da7 Mon Sep 17 00:00:00 2001 From: nouranelzahaby-sudo Date: Mon, 7 Sep 2026 16:03:36 +0300 Subject: [PATCH] Update getting-started.mdxcurl -fsSL https://raw.githubusercontent.com/spicetify/cli/main/install.sh | sh curl -fsSL https://raw.githubusercontent.com/spicetify/cli/main/install.sh | sh --- src/content/docs/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/getting-started.mdx b/src/content/docs/getting-started.mdx index b6343631..b15ea4b4 100644 --- a/src/content/docs/getting-started.mdx +++ b/src/content/docs/getting-started.mdx @@ -1,4 +1,4 @@ ---- +curl -fsSL https://raw.githubusercontent.com/spicetify/cli/main/install.sh | sh--- title: Getting Started sidebar_position: 1 ---