We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a1c2e commit 98f125cCopy full SHA for 98f125c
README.md
@@ -57,6 +57,13 @@ npm install -g snarkjs@latest
57
58
In order to target Noir implementation, you need to install Noir as follows:
59
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
67
```
68
git clone git@github.com:Mach-34/noir-zk-regex.git
69
cd noir-zk-regex
0 commit comments