Skip to content

Commit

Permalink
docs: Update versions-updating.md (#5358)
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaki authored Mar 21, 2024
1 parent dcf6bb3 commit 0f09b63
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/docs/developers/versions-updating.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,9 @@ If the dependencies fail to resolve ensure that the tag matches a tag in the [az
```bash
aztec-up
```

If exceptionally needing to test different versions, a `VERSION` tag can be specified. Eg to use `master`:

```bash
VERSION=master aztec-up
```

0 comments on commit 0f09b63

Please sign in to comment.