Skip to content

Commit

Permalink
Merge branch 'main' into zpedro/0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello authored Feb 14, 2024
2 parents 4bb5dff + 03ab99a commit a9891a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vite-hardhat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In the meantime, follow these simple steps to work on your own machine:

1. Install [yarn](https://yarnpkg.com/) (tested on yarn v1.22.19)
2. Install [Node.js >20.10 (latest LTS)](https://nodejs.org/en) (tested on v18.17.0)
3. Install [noirup](https://noir-lang.org/getting_started/nargo_installation/#option-1-noirup) with
3. Install [noirup](https://noir-lang.org/docs/getting_started/installation/#installing-noirup) with

```bash
curl -L https://raw.githubusercontent.com/noir-lang/noirup/main/install | bash
Expand Down
4 changes: 2 additions & 2 deletions with-foundry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Want to get started in a pinch? Start your project in a free Github Codespace!

In the meantime, follow these simple steps to work on your own machine:

Install [noirup](https://noir-lang.org/getting_started/nargo_installation/#option-1-noirup) with
Install [noirup](https://noir-lang.org/docs/getting_started/installation/#installing-noirup) with

1. Install [noirup](https://noir-lang.org/getting_started/nargo_installation/#option-1-noirup):
1. Install [noirup](https://noir-lang.org/docs/getting_started/installation/#installing-noirup):

```bash
curl -L https://raw.githubusercontent.com/noir-lang/noirup/main/install | bash
Expand Down

0 comments on commit a9891a8

Please sign in to comment.