From c92e4d19b01440d0947145741623c9192f44fcfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bene=C5=A1?= Date: Fri, 15 Sep 2023 04:53:53 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Michael Connor --- docs/docs/dev_docs/getting_started/cli.md | 2 +- docs/docs/dev_docs/getting_started/sandbox.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/dev_docs/getting_started/cli.md b/docs/docs/dev_docs/getting_started/cli.md index d89a063c2457..683de00ae9b8 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 fc675f840557..460e90ff2c87 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: