Skip to content

Commit

Permalink
update readme and use run.sh in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CblPOK-git committed Feb 16, 2024
1 parent 71d9efb commit 1bf9ae7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
- name: Generate main.cpp proof
run: proof-generator-single-threaded --circuit="template.crct" --assignment-table="template.tbl" --proof="proof.bin"

- name: Run run.sh
run: bash scripts/run.sh

- name: Compile arithmetics example
run: make -C ${ZKLLVM_BUILD:-build} arithmetics_cpp_example
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,13 @@ proof-generator-multi-threaded --version
proof-generator-single-threaded --version
```

## Steps 1-3: Use script to do everything

```bash
bash scripts/run.sh
```
or

## Step 1: Configure the project and compile the circuit

In `./src/main.cpp`, we have a function starting with `[[circuit]]`.
Expand Down

0 comments on commit 1bf9ae7

Please sign in to comment.