aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Ziloka <50429450+ziloka@users.noreply.github.com> 2022-07-07 19:50:47 -0400
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-07-09 04:51:23 -0700
commitdd5996379d3783e1982f156056dc550e365920d8 (patch)
tree62779436a94d6081f6f8ea8e9a4d7f39a8e7a823
parentf58501fc6272e27a1ec6ff92615d4154a77d0d23 (diff)
downloadbun-dd5996379d3783e1982f156056dc550e365920d8.tar.gz
bun-dd5996379d3783e1982f156056dc550e365920d8.tar.zst
bun-dd5996379d3783e1982f156056dc550e365920d8.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6ac5a32ba..9fa6dbdac 100644
--- a/README.md
+++ b/README.md
@@ -914,6 +914,8 @@ If you get this error while bun is initializing, You probably need to wrap the b
# cd sde-external*
# mkdir /usr/local/bin -p
# cp sde64 /usr/local/bin/sde
+# cp -r intel64 /usr/local/bin/
+# cp -r misc /usr/local/bin/
```
2. Add alias to bashrc
```