Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
displague committed Jul 15, 2022
2 parents 938ec3b + f883698 commit f092614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup/on-bare-metal-with-docker.md
Expand Up @@ -50,7 +50,7 @@ REPO_NAME=sandbox
LATEST_VERSION=$(curl -s https://api.github.com/repos/${ORG_NAME}/${REPO_NAME}/releases/latest | grep "tag_name" | cut -d'v' -f2 | cut -d'"' -f1)
curl -L -o ${REPO_NAME}.tar.gz https://github.com/${ORG_NAME}/${REPO_NAME}/archive/v${LATEST_VERSION}.tar.gz
tar xf sandbox.tar.gz
cd sandbox-<version> # something like sandbox-0.5.0
cd sandbox-${LATEST_VERSION}
```

In this case we are using the latest sandbox release that today is [v0.4.0].
Expand Down

0 comments on commit f092614

Please sign in to comment.