diff --git a/src/content/docs/getting-started/index.mdx b/src/content/docs/getting-started/index.mdx index fd6436c2..62fb30c7 100644 --- a/src/content/docs/getting-started/index.mdx +++ b/src/content/docs/getting-started/index.mdx @@ -47,6 +47,15 @@ iwr -UseBasicParsing 'https://raw.githubusercontent.com/shorebirdtech/install/ma +:::tip If you already have Shorebird installed and want to overwrite the +existing installation, pass `--force` to the install script: + +```bash +curl --proto '=https' --tlsv1.2 https://raw.githubusercontent.com/shorebirdtech/install/main/install.sh -sSf | bash -s -- --force +``` + +::: + :::note Installing Shorebird CLI requires `git`.