Skip to content

Commit

Permalink
fix nargo link
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieuauger committed Mar 4, 2024
1 parent e023c02 commit 7190fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ cargo build
cargo run
```

Noir circuits should have tests being written for them. For those circuits that do have tests you can run them by [installing Noir](https://noir-lang.org/getting_started/nargo_installation) and then in the root folder for example ([/circuits/cpu](/circuits/cpu)) run:
Noir circuits should have tests being written for them. For those circuits that do have tests you can run them by [installing Noir](https://noir-lang.org/docs/getting_started/installation/) and then in the root folder for example ([/circuits/cpu](/circuits/cpu)) run:
```
nargo test
```
Expand Down

0 comments on commit 7190fd7

Please sign in to comment.