Skip to content

Commit

Permalink
Update LLVM reference in README
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewseaman committed Mar 26, 2021
1 parent 601476c commit e3d1255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ print(fn(false)) // 0.0112359550561798...
There are a couple annoying steps you need to accomplish before building
LLVMSwift:

- Install LLVM 8.0+ using your favorite package manager. For example:
- Install LLVM 11.0+ using your favorite package manager. For example:
- `brew install llvm@11`
- Ensure `llvm-config` is in your `PATH`
- That will reside in the `/bin` folder wherever your package manager
Expand Down

0 comments on commit e3d1255

Please sign in to comment.