mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Fix PATH setup in macOS setup instructions (#2044)
Very minor! I was just going through the setup instructions and had a bit of a double take.
This commit is contained in:
@@ -5133,7 +5133,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"
|
||||
export PATH="$PATH:$(brew --prefix llvm@15)/bin"
|
||||
export LDFLAGS="$LDFLAGS -L$(brew --prefix llvm@15)/lib"
|
||||
export CPPFLAGS="$CPPFLAGS -I$(brew --prefix llvm@15)/include"
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user