Skip to content

Commit

Permalink
docs(contributing): group os-specific code tabs (#15173)
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetTechuila authored Nov 15, 2024
1 parent 910e479 commit 3791146
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Bun currently requires `glibc >=2.32` in development which means if you're on Ub

Using your system's package manager, install Bun's dependencies:

{% codetabs %}
{% codetabs group="os" %}

```bash#macOS (Homebrew)
$ brew install automake ccache cmake coreutils gnu-sed go icu4c libiconv libtool ninja pkg-config rust ruby
Expand Down Expand Up @@ -60,7 +60,7 @@ $ brew install bun

Bun requires LLVM 16 (`clang` is part of LLVM). This version requirement is to match WebKit (precompiled), as mismatching versions will cause memory allocation failures at runtime. In most cases, you can install LLVM through your system package manager:

{% codetabs %}
{% codetabs group="os" %}

```bash#macOS (Homebrew)
$ brew install llvm@18
Expand Down Expand Up @@ -97,7 +97,7 @@ $ which clang-16

If not, run this to manually add it:

{% codetabs %}
{% codetabs group="os" %}

```bash#macOS (Homebrew)
# use fish_add_path if you're using fish
Expand Down

0 comments on commit 3791146

Please sign in to comment.