Skip to content

Commit

Permalink
Fix macOS install instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-Velickovic committed Sep 23, 2023
1 parent e059278 commit 7dc5a30
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,9 @@ Using Homebrew on macOS:
If you do not have Homebrew installed, you can do so [here](https://brew.sh/).

```sh
# Homebrew does not provide ARM cross compilers by default, so we use
# this repository (https://github.com/messense/homebrew-macos-cross-toolchains).
brew tap messense/macos-cross-toolchains
# Note that make sure that the LLVM tools are in your path after install, Homebrew
# does not do it automatically but does print out a message on how to do it.
brew install make qemu aarch64-unknown-linux-gnu dtc llvm
brew install make qemu dtc llvm
```

Using [Nix](https://nixos.org/):
Expand Down

0 comments on commit 7dc5a30

Please sign in to comment.