-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(docs): rolling back and changing just the how-tos and tutorials
- Loading branch information
1 parent
9540334
commit 17b3135
Showing
3 changed files
with
254 additions
and
273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ Let's go barebones. Doing the bare minimum is not only simple, but also allows y | |
Barebones means we can immediately start with the dependencies even on an empty folder 😈: | ||
|
||
```bash | ||
bun i @noir-lang/[email protected].0 @noir-lang/[email protected].0 @aztec/[email protected] | ||
bun i @noir-lang/[email protected].1 @noir-lang/[email protected].1 @aztec/[email protected] | ||
``` | ||
|
||
Wait, what are these dependencies? | ||
|
@@ -36,7 +36,7 @@ Wait, what are these dependencies? | |
|
||
:::info | ||
|
||
In this guide, we will install versions pinned to 1.0.0-beta.0. These work with Barretenberg version 0.63.1, so we are using that one version too. Feel free to try with older or later versions, though! | ||
In this guide, we will install versions pinned to 1.0.0-beta.1. These work with Barretenberg version 0.63.1, so we are using that one version too. Feel free to try with older or later versions, though! | ||
|
||
::: | ||
|
||
|
@@ -50,7 +50,7 @@ It's not just you. We also enjoy syntax highlighting. [Check out the Language Se | |
|
||
::: | ||
|
||
All you need is a `main.nr` and a `Nargo.toml` file. You can follow the [noirup](../getting_started/noir_installation.md) installation and just run `noirup -v 1.0.0-beta.0`, or just create them by hand: | ||
All you need is a `main.nr` and a `Nargo.toml` file. You can follow the [noirup](../getting_started/noir_installation.md) installation and just run `noirup -v 1.0.0-beta.1`, or just create them by hand: | ||
|
||
```bash | ||
mkdir -p circuit/src | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.