We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd3acd commit cc024aaCopy full SHA for cc024aa
README.md
@@ -45,7 +45,8 @@ bash -i <(curl -s https://install.aztec.network)
45
Install the correct version of the toolkit with:
46
47
```bash
48
-aztec-up 3.0.0-devnet.5
+export VERSION=3.0.0-devnet.5
49
+aztec-up && docker pull aztecprotocol/aztec:$VERSION && docker tag aztecprotocol/aztec:$VERSION aztecprotocol/aztec:latest
50
```
51
52
### Environment Configuration
0 commit comments