From cd012b1d88038246b35ff9b784a90a26d4a64fdb Mon Sep 17 00:00:00 2001 From: Jacob Eberhardt Date: Mon, 23 Oct 2017 17:57:16 +0200 Subject: [PATCH] Removed camelcase from program name -> zokrates --- Cargo.toml | 2 +- README.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a04e714a..cebd4cdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "ZoKrates" +name = "zokrates" version = "0.1.0" authors = ["Jacob Eberhardt ", "Dennis Kuhnert "] repository = "https://github.com/Kyroy/VerifiableStatementCompiler.git" diff --git a/README.md b/README.md index 0e277ce1..b56cc051 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# ZoKrates +# zokrates -## Using ZoKrates +## Using zokrates Set the libsnark library path in `LD_LIBRARY_PATH` ``` @@ -18,8 +18,8 @@ def add(a, b, c): ``` with `add(1, 2, 3)`, call ``` -./ZoKrates compile -i add.code_path -./ZoKrates shortcut -a "1 2 3" +./zokrates compile -i add.code_path +./zokrates shortcut -a 1 2 3 ``` ## Building @@ -32,8 +32,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/debug/zokrates compile -i examples/add.code ``` ### With libsnark