From d554dc21e57c186522e1e1d2ec1e9dd8cbd209a2 Mon Sep 17 00:00:00 2001 From: Ryan Kim Date: Tue, 25 Jun 2024 20:36:15 +0900 Subject: [PATCH] docs: update circom README.md --- vendors/circom/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendors/circom/README.md b/vendors/circom/README.md index e314d80f9..11cb7dd1b 100644 --- a/vendors/circom/README.md +++ b/vendors/circom/README.md @@ -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