Files
bun.sh/docs/project
Adrien Brault eb98b61201 docs: fix macos clang-16 PATH command (#7350)
Even though I had run the export, `bun setup` was erroring with:
```
$ ./scripts/setup.sh
setup error: LLVM 16 is required. Detected CXX as '/usr/bin/clang++'
error: script "setup" exited with code 1 (SIGHUP)
```

Running `export PATH="$(brew --prefix llvm@16)/bin:$PATH"` fixed the error
2023-11-28 13:26:53 -08:00
..
2023-05-17 18:52:29 -07:00
2023-11-14 02:34:18 -08:00
2023-09-07 10:09:09 -07:00
2023-09-09 14:46:41 -07:00