From 58d5ec80e85d76a69cb9c7be15db963b3527d776 Mon Sep 17 00:00:00 2001 From: celestial04 Date: Fri, 24 Jul 2026 21:59:57 +0200 Subject: [PATCH] Update getting-started.mdx by removing warning Irrelevant warning --- src/content/docs/getting-started.mdx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/content/docs/getting-started.mdx b/src/content/docs/getting-started.mdx index b6343631..322b9ba3 100644 --- a/src/content/docs/getting-started.mdx +++ b/src/content/docs/getting-started.mdx @@ -194,11 +194,6 @@ The `spotify-launcher` package installs Spotify to a user directory. Set the pat ```bash spicetify config spotify_path "$HOME/.local/share/spotify-launcher/install/usr/share/spotify" ``` - -:::warning -When setting config values, use the full absolute path (e.g., `/home/username/...`). The `~` shortcut works in shell commands but not in config values. -::: -