diff --git a/src/content/docs/getting-started.mdx b/src/content/docs/getting-started.mdx index b634363..ae1aa20 100644 --- a/src/content/docs/getting-started.mdx +++ b/src/content/docs/getting-started.mdx @@ -289,6 +289,10 @@ Snap apps cannot be modified. You'll need to switch to the apt version: curl -fsSL https://raw.githubusercontent.com/spicetify/cli/main/install.sh | sh ``` +:::note +The installer adds Spicetify to your shell profile. Open a new terminal so the updated `PATH` takes effect, or run `source ~/.zshrc` to use Spicetify in your current zsh session. +::: +