diff --git a/src/content/docs/getting-started.mdx b/src/content/docs/getting-started.mdx index b634363..322b9ba 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. -::: -