Skip to content

Commit

Permalink
add clarification regarding apple silicon support and links to releva…
Browse files Browse the repository at this point in the history
…nt issues (#117)
  • Loading branch information
sashaaldrick authored Jun 13, 2024
1 parent 27eba00 commit 4e8fc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Your new project consists of:
RISC0_DEV_MODE=false forge test -vvv
```

Producing the [Groth16 SNARK proofs][Groth16] for this test requires running on an x86 machine with [Docker] installed, or using [Bonsai](#configuring-bonsai).
Producing the [Groth16 SNARK proofs][Groth16] for this test requires running on an x86 machine with [Docker] installed, or using [Bonsai](#configuring-bonsai). Apple silicon is currently unsupported for local proving, you can find out more info in the relevant issues [here](https://github.com/risc0/risc0/issues/1520) and [here](https://github.com/risc0/risc0/issues/1749).

## Develop Your Application

Expand Down

0 comments on commit 4e8fc10

Please sign in to comment.