Skip to content

Commit

Permalink
Mention LLVM 17 instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Aug 2, 2024
1 parent c6ed827 commit 88036e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/references/getting-started/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ A `c3c` executable will be found under `bin/`.
# Building on OS X using Homebrew

2. Install CMake: `brew install cmake`
3. Install LLVM 15: `brew install llvm`
3. Install LLVM 17+: `brew install llvm`
4. Clone the C3C github repository: `git clone https://github.com/c3lang/c3c.git`
5. Enter the C3C directory `cd c3c`.
6. Create a build directory `mkdir build`
Expand Down

0 comments on commit 88036e7

Please sign in to comment.