aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-12-30 23:48:23 -0800
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-12-30 23:48:23 -0800
commit58d1e2e1be6f8731161bd61b407a24574c519ac7 (patch)
tree7f6f95e9474ca82a7586c07021dd17a11ccf3a1f
parent090bae9a948104326254c0ef8d4c91575d119585 (diff)
downloadbun-58d1e2e1be6f8731161bd61b407a24574c519ac7.tar.gz
bun-58d1e2e1be6f8731161bd61b407a24574c519ac7.tar.zst
bun-58d1e2e1be6f8731161bd61b407a24574c519ac7.zip
12 -> 13
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4104a1381..afd808aa6 100644
--- a/README.md
+++ b/README.md
@@ -1123,10 +1123,10 @@ It is very similar to my own development environment.
### MacOS
-Install LLVM 12 and homebrew dependencies:
+Install LLVM 13 and homebrew dependencies:
```bash
-brew install llvm@12 coreutils libtool cmake libiconv automake openssl@1.1 ninja gnu-sed pkg-config
+brew install llvm@13 coreutils libtool cmake libiconv automake openssl@1.1 ninja gnu-sed pkg-config
```
Bun (& the version of Zig) need LLVM 13 and Clang 13 (clang is part of LLVM). Weird build & runtime errors will happen otherwise.