Skip to content

Commit

Permalink
Update readme with instruction for Rust on Mac M1/2/3 series (#163)
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Fukushima <gabrielfukushima@gmail.com>
  • Loading branch information
gfukushima authored Mar 25, 2024
1 parent 4c91a61 commit 0bfabb0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ Rust needs to be installed to compile the arithmetic and bls12-381 libraries. Th
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```

If you are Mac M1/M2/M3 you might need to add this after installing rust:

```
rustup target add x86_64-apple-darwin
```

If you prefer another installation method please refer to the [Rust installation instructions](https://www.rust-lang.org/tools/install).

## Building
Expand Down

0 comments on commit 0bfabb0

Please sign in to comment.