aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2018-01-04 15:30:22 -0500
committerAndrew Kelley <superjoe30@gmail.com>2018-01-04 15:30:22 -0500
commitd008e209e7446311bda1b555284978dfabb91308 (patch)
tree0e2fd31e36f0db7eaf431ca92bd621919b5a508c /README.md
parente1c03d9e8eb52b489d9b47bbe2f12cacac8a999f (diff)
downloadzig-d008e209e7446311bda1b555284978dfabb91308.tar.gz
zig-d008e209e7446311bda1b555284978dfabb91308.zip
self-hosted compiler works on macos
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index a05d8a1a71..084d62a24e 100644
--- a/README.md
+++ b/README.md
@@ -154,8 +154,7 @@ make install
`ZIG_LIBC_LIB_DIR` and `ZIG_LIBC_STATIC_LIB_DIR` are unused.
```
-brew install cmake
-brew install llvm@5
+brew install cmake llvm@5
brew outdated llvm@5 || brew upgrade llvm@5
mkdir build
cd build