Skip to content

Commit 5844798

Browse files
committed
Switch to next branch for pulling the installation script
1 parent cadc2b7 commit 5844798

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

barretenberg/docs/docs/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Although it is a standandalone prover, Barretenberg is designed to be used with
1818
Inspired by `rustup`, `noirup` and similar tools, you can use the `bbup` installation script to quickly install and update Barretenberg's CLI tool:
1919

2020
```bash
21-
curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/barretenberg/bbup/install | bash
21+
curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/next/barretenberg/bbup/install | bash
2222
bbup
2323
```
2424

barretenberg/docs/versioned_docs/version-v0.87.0/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Although it is a standandalone prover, Barretenberg is designed to be used with
1818
Inspired by `rustup`, `noirup` and similar tools, you can use the `bbup` installation script to quickly install and update Barretenberg's CLI tool:
1919

2020
```bash
21-
curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/barretenberg/bbup/install | bash
21+
curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/next/barretenberg/bbup/install | bash
2222
bbup
2323
```
2424

0 commit comments

Comments
 (0)