diff --git a/docs/content/tutorial/0-set-up-your-development-environment.mdx b/docs/content/tutorial/0-set-up-your-development-environment.mdx index 40cc068c55..82c98e5f3a 100644 --- a/docs/content/tutorial/0-set-up-your-development-environment.mdx +++ b/docs/content/tutorial/0-set-up-your-development-environment.mdx @@ -127,6 +127,12 @@ You can install Medusa’s CLI with the following command: npm install @medusajs/medusa-cli -g ``` +You can check that Medusa was installed by running the following command: + +```bash noReport +medusa -v +``` + :::note If you run into any errors while installing the CLI tool, check out the [troubleshooting guide](../troubleshooting/cli-installation-errors.mdx).