Skip to content

Commit

Permalink
Fix broken link in developing.md (oven-sh#2188)
Browse files Browse the repository at this point in the history
* Fix broken link in developing.md

* Update developing.md
  • Loading branch information
rmorey authored Feb 25, 2023
1 parent 45f4353 commit d4dfb79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/project/developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4dfb79

Please sign in to comment.