Skip to content

Commit

Permalink
chore(docs): workaround (#6819)
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello authored Dec 16, 2024
1 parent 518a374 commit 6f33ae0
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 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 noirup.dev | bash
curl -L https://raw.githubusercontent.com/noir-lang/noirup/refs/heads/main/install | 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 bbup.dev | bash
curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/barretenberg/bbup/install | bash
bbup
```

Expand Down Expand Up @@ -89,7 +89,7 @@ The command also automatically compiles your Noir program if it was not already
With circuit compiled and witness generated, we're ready to prove.
## Proving backend
Different proving backends may provide different tools and commands to work with Noir programs. Here Barretenberg's `bb` CLI tool is used as an example:

```sh
Expand Down
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 noirup.dev | bash
curl -L https://raw.githubusercontent.com/noir-lang/noirup/refs/heads/main/install | bash
noirup
```

Expand All @@ -30,7 +30,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 bbup.dev | bash
curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/barretenberg/bbup/install | bash
bbup
```

Expand Down
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 noirup.dev | bash
curl -L https://raw.githubusercontent.com/noir-lang/noirup/refs/heads/main/install | bash
noirup
```

Expand All @@ -30,7 +30,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 bbup.dev | bash
curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/barretenberg/bbup/install | bash
bbup
```

Expand Down Expand Up @@ -87,7 +87,7 @@ The command also automatically compiles your Noir program if it was not already
With circuit compiled and witness generated, we're ready to prove.
## Proving backend
Different proving backends may provide different tools and commands to work with Noir programs. Here Barretenberg's `bb` CLI tool is used as an example:

```sh
Expand Down
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 noirup.dev | bash
curl -L https://raw.githubusercontent.com/noir-lang/noirup/refs/heads/main/install | 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 bbup.dev | bash
curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/barretenberg/bbup/install | bash
bbup
```

Expand Down Expand Up @@ -89,7 +89,7 @@ The command also automatically compiles your Noir program if it was not already
With circuit compiled and witness generated, we're ready to prove.
## Proving backend
Different proving backends may provide different tools and commands to work with Noir programs. Here Barretenberg's `bb` CLI tool is used as an example:

```sh
Expand Down
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 noirup.dev | bash
curl -L https://raw.githubusercontent.com/noir-lang/noirup/refs/heads/main/install | 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 bbup.dev | bash
curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/barretenberg/bbup/install | bash
bbup
```

Expand Down Expand Up @@ -89,7 +89,7 @@ The command also automatically compiles your Noir program if it was not already
With circuit compiled and witness generated, we're ready to prove.
## Proving backend
Different proving backends may provide different tools and commands to work with Noir programs. Here Barretenberg's `bb` CLI tool is used as an example:

```sh
Expand Down
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 noirup.dev | bash
curl -L https://raw.githubusercontent.com/noir-lang/noirup/refs/heads/main/install | 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 bbup.dev | bash
curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/barretenberg/bbup/install | bash
bbup
```

Expand Down Expand Up @@ -89,7 +89,7 @@ The command also automatically compiles your Noir program if it was not already
With circuit compiled and witness generated, we're ready to prove.
## Proving backend
Different proving backends may provide different tools and commands to work with Noir programs. Here Barretenberg's `bb` CLI tool is used as an example:

```sh
Expand Down

0 comments on commit 6f33ae0

Please sign in to comment.