Merge branch 'master' of https://github.com/JacobEberhardt/ZoKrates
This commit is contained in:
commit
7b74aae9ba
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ Example usage:
|
|||
```
|
||||
docker build -t zokrates .
|
||||
docker run -ti zokrates /bin/bash
|
||||
cd zokrates
|
||||
./target/debug/zokrates compile -i examples/add.code
|
||||
cd ZoKrates
|
||||
./target/release/zokrates compile -i examples/add.code
|
||||
```
|
||||
|
||||
### Without libsnark
|
||||
|
|
Loading…
Reference in a new issue