From 643e69a690bfffa4c897c2aaa7687da66b757fcc Mon Sep 17 00:00:00 2001 From: Ivan-Velickovic Date: Sat, 23 Sep 2023 08:52:24 -0400 Subject: [PATCH] Improve comment for macOS dependencies in README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbff1f81..c77c93c4 100644 --- a/README.md +++ b/README.md @@ -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 ```