diff options
author | 2022-07-07 19:50:47 -0400 | |
---|---|---|
committer | 2022-07-09 04:51:23 -0700 | |
commit | dd5996379d3783e1982f156056dc550e365920d8 (patch) | |
tree | 62779436a94d6081f6f8ea8e9a4d7f39a8e7a823 | |
parent | f58501fc6272e27a1ec6ff92615d4154a77d0d23 (diff) | |
download | bun-dd5996379d3783e1982f156056dc550e365920d8.tar.gz bun-dd5996379d3783e1982f156056dc550e365920d8.tar.zst bun-dd5996379d3783e1982f156056dc550e365920d8.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ``` |