diff --git a/apps/docs/content/docs/cli/getting-started.mdx b/apps/docs/content/docs/cli/getting-started.mdx index e8bde6e044d..2b2165d9795 100644 --- a/apps/docs/content/docs/cli/getting-started.mdx +++ b/apps/docs/content/docs/cli/getting-started.mdx @@ -14,7 +14,7 @@ and the local host server from your terminal or from CI. ## Install ```bash -curl -fsSL https://app.superset.sh/install.sh | sh +curl -fsSL https://superset.sh/cli/install.sh | sh ``` The script auto-detects your platform (macOS Apple Silicon or Linux x86_64) and installs the binary at `/usr/local/bin/superset`.