diff --git a/docs/docs/dev_docs/getting_started/cli.md b/docs/docs/dev_docs/getting_started/cli.md index d89a063c245..683de00ae9b 100644 --- a/docs/docs/dev_docs/getting_started/cli.md +++ b/docs/docs/dev_docs/getting_started/cli.md @@ -24,7 +24,7 @@ Or if you use yarn: yarn global add @aztec/cli ``` -If you have specified a SANDBOX_VERSION environmental variable when installing sandbox, you will need to specify the same version when installing the CLI. For example: +If you have specified a SANDBOX_VERSION environmental variable when installing the Sandbox, you will need to specify the same version when installing the CLI. For example: ```bash npm install -g @aztec/cli@0.7.0 diff --git a/docs/docs/dev_docs/getting_started/sandbox.md b/docs/docs/dev_docs/getting_started/sandbox.md index fc675f84055..460e90ff2c8 100644 --- a/docs/docs/dev_docs/getting_started/sandbox.md +++ b/docs/docs/dev_docs/getting_started/sandbox.md @@ -359,7 +359,7 @@ To update the sandbox, simply run the curl command again: It will download and start the latest version of sandbox. -If you would like to use a fixed version of sandbox you can export the `SANDBOX_VERSION` environmental variable. +If you would like to use a fixed version of the sandbox, you can export the `SANDBOX_VERSION` environmental variable. The version in our case is a tag of the `aztec-sandbox` image on [dockerhub](https://hub.docker.com/r/aztecprotocol/aztec-sandbox/tags). This is the full command: