Skip to content

Commit

Permalink
Use short urls in quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaki committed Feb 27, 2025
1 parent 3a4e070 commit 96776a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/getting_started/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The easiest way to develop with Noir is using Nargo the CLI tool. It provides yo
You can use `noirup` the installation script to quickly install and update Nargo:

```bash
curl -L https://raw.githubusercontent.com/noir-lang/noirup/refs/heads/main/install | bash
curl -L https://noirup.noir-lang.org | bash
noirup
```

Expand All @@ -32,7 +32,7 @@ You can use the `bbup` installation script to quickly install and update BB, Bar
You can find the full list of proving backends compatible with Noir in Awesome Noir.

```bash
curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/barretenberg/bbup/install | bash
curl -L https://bbup.aztec.network | bash
bbup
```

Expand Down

0 comments on commit 96776a5

Please sign in to comment.