Skip to content

Commit

Permalink
Merge pull request kroma-network#449 from kroma-network/docs/update-c…
Browse files Browse the repository at this point in the history
…ircom-readme

docs: update circom README.md
  • Loading branch information
chokobole authored Jun 26, 2024
2 parents 58b3f55 + d554dc2 commit d36769b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vendors/circom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ bazel build --@kroma_network_tachyon//:has_openmp -c opt --config linux //:prove
### MacOS arm64

```shell
bazel build -c opt --config macos_arm64 //:prover_main
bazel build --@kroma_network_tachyon//:has_openmp -c opt --config macos_arm64 //:prover_main
```

### MacOS x64

```shell
bazel build -c opt --config macos_x86_64 //:prover_main
bazel build --@kroma_network_tachyon//:has_openmp -c opt --config macos_x86_64 //:prover_main
```

## How to run
Expand Down

0 comments on commit d36769b

Please sign in to comment.