Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
critesjosh committed Sep 8, 2023
1 parent 12e746f commit 63bba45
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions next-hardhat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,16 @@ It also features multiple files and different entry points by resolving multiple
curl -L https://raw.githubusercontent.com/noir-lang/noirup/main/install | bash
```

4. Install Nargo v0.10.1 with
4. Install Nargo v0.11.0 with

```bash
noirup -v 0.10.1
noirup -v 0.11.0
```

If you had a lower version of `nargo` installed previously and are running into errors when
compiling, you may need to uninstall it, instructions
[here](https://noir-lang.org/getting_started/nargo_installation#uninstalling-nargo).

5. Install dependencies with

```bash
Expand Down

0 comments on commit 63bba45

Please sign in to comment.