Files
bun.sh/docs
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-11-24 18:25:34 -08:00
2023-11-13 02:43:13 -08:00
2023-11-24 21:25:37 -08:00
2023-10-09 11:48:07 -07:00
2023-11-26 15:59:19 -08:00
2023-04-03 17:06:40 -07:00
2023-11-24 18:25:34 -08:00
2023-09-07 10:09:09 -07:00
2023-02-23 17:13:30 -08:00
2023-11-22 16:13:41 -08:00
2023-02-23 17:13:30 -08:00