Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): workaround #6819

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading