Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 673985f

Browse files
authored
Improve installation steps README.md (#930)
1 parent 3e62036 commit 673985f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,19 @@ It makes use of [cairo-vm](https://github.com/lambdaclass/cairo-vm), the Rust im
5757
### Installation
5858

5959
Run the following make targets to have a working environment (if in Mac or if you encounter an error, see the subsection below):
60+
61+
#### Linux (x86-64)
6062
```bash
6163
$ make deps
6264
$ make build
6365
```
66+
67+
#### OSX (Apple Silicon)
68+
```bash
69+
$ make deps-macos
70+
$ make build
71+
```
72+
6473
Check the [Makefile](/Makefile) for additional targets.
6574

6675
#### RPC State Reader

0 commit comments

Comments
 (0)