From 597a2dabf7fa30f86a3cdb806ee0e782cb767cd0 Mon Sep 17 00:00:00 2001 From: Yassin Soliman <108886216+yassinsolim@users.noreply.github.com> Date: Thu, 6 Aug 2026 02:06:48 -0600 Subject: [PATCH] docs: explain macOS PATH activation --- src/content/docs/getting-started.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/content/docs/getting-started.mdx b/src/content/docs/getting-started.mdx index b6343631..ae1aa20e 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. +::: +