Skip to content

Commit 98f125c

Browse files
committed
Minor update README.md
1 parent f3a1c2e commit 98f125c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ npm install -g snarkjs@latest
5757

5858
In order to target Noir implementation, you need to install Noir as follows:
5959

60+
```
61+
curl -L https://raw.githubusercontent.com/noir-lang/noirup/refs/heads/main/install | bash
62+
noirup
63+
```
64+
65+
Also, you need to custom installation of zk-regex as follows:
66+
6067
```
6168
git clone git@github.com:Mach-34/noir-zk-regex.git
6269
cd noir-zk-regex

0 commit comments

Comments
 (0)