diff --git a/apps/docs/content/docs/cli/troubleshooting.mdx b/apps/docs/content/docs/cli/troubleshooting.mdx index b429a455b4a..ae396ec325a 100644 --- a/apps/docs/content/docs/cli/troubleshooting.mdx +++ b/apps/docs/content/docs/cli/troubleshooting.mdx @@ -100,7 +100,7 @@ sim --version Then upgrade with the package manager you installed it with — using a different one installs a second copy instead of replacing the executable on your `PATH`: - + ```bash npm install -g sim@latest @@ -116,6 +116,11 @@ one installs a second copy instead of replacing the executable on your `PATH`: bun add -g sim@latest ``` + + ```bash + yarn global add sim@latest + ``` + The CLI can also tell you this through a cached daily check on eligible