Skip to content

Commit

Permalink
Improve comment for macOS dependencies in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-Velickovic committed Sep 23, 2023
1 parent eaefc34 commit 643e69a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ Using Homebrew on macOS:
If you do not have Homebrew installed, you can do so [here](https://brew.sh/).

```sh
# 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.
# Note that you should make sure that the LLVM tools are in your path after running
# the install command. Homebrew does not do it automatically but does print out a
# message on how to do it.
brew install make qemu dtc llvm
```

Expand Down

0 comments on commit 643e69a

Please sign in to comment.