aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-01-03 20:17:22 -0800
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-01-03 20:17:22 -0800
commit021331f154123f9fb39ac47d5c98f5a9e1095ea4 (patch)
tree8daa95042c93820bf999df91ca2c24a8573b1841
parent647093ff735a9e4c0824e5daea0905f96f121243 (diff)
downloadbun-021331f154123f9fb39ac47d5c98f5a9e1095ea4.tar.gz
bun-021331f154123f9fb39ac47d5c98f5a9e1095ea4.tar.zst
bun-021331f154123f9fb39ac47d5c98f5a9e1095ea4.zip
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 16e898d66..eddeffdcc 100644
--- a/README.md
+++ b/README.md
@@ -5065,7 +5065,7 @@ which clang-15
If it is not, you will have to run this to link it:
```bash
-export PATH="$(brew --prefix llvm@15)/bin:$HOME/.bun-tools/zig:$PATH"
+export PATH="$(brew --prefix llvm@15)/bin"
export LDFLAGS="$LDFLAGS -L$(brew --prefix llvm@15)/lib"
export CPPFLAGS="$CPPFLAGS -I$(brew --prefix llvm@15)/include"
```
@@ -5087,7 +5087,7 @@ One-off command to run:
```bash
# If you omit --depth=1, `git submodule update` will take 17.5 minutes on 1gbps internet, mostly due to WebKit.
git submodule update --init --recursive --progress --depth=1 --checkout
-make vendor identifier-cache
+make vendor identifier-cache webcrypto-debug
```
To compile C++ code: