mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
Fix broken link in developing.md (#2188)
* Fix broken link in developing.md * Update developing.md
This commit is contained in:
@@ -102,10 +102,10 @@ $ export CPPFLAGS="$CPPFLAGS -I$(brew --prefix llvm@15)/include"
|
||||
**⚠️ Warning** — You must use the same version of Zig used by Bun in [oven-sh/zig](https://github.com/oven-sh/zig). Installing with `brew` or via Zig's download page will not work!
|
||||
{% /callout %}
|
||||
|
||||
Use [`zigup`](<[zigup](https://github.com/marler8997/zigup)>) to install the version of Zig (`ZIG_VERSION`) specified in the official [`Dockerfile`](https://github.com/oven-sh/bun/blob/main/Dockerfile). For example:
|
||||
Use [`zigup`](https://github.com/marler8997/zigup) to install the version of Zig (`ZIG_VERSION`) specified in the official [`Dockerfile`](https://github.com/oven-sh/bun/blob/main/Dockerfile). For example:
|
||||
|
||||
```bash
|
||||
$ zigup 0.11.0-dev.1393+38eebf3c4
|
||||
$ zigup 0.11.0-dev.1783+436e99d13
|
||||
```
|
||||
|
||||
### Building
|
||||
|
||||
Reference in New Issue
Block a user