Skip to content

Commit

Permalink
update install.md to specify rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
yamakoud committed Dec 13, 2023
1 parent f998881 commit d8ad3c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/guide/src/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Only 64bit environments are supported.
## Mac, Linux and WSL2

1. Install [Git](https://git-scm.com/)
1. Install [Rust](https://www.rust-lang.org/)
1. Install LLVM 16
1. Install [Rust](https://www.rust-lang.org/). Use latest stable version.
2. Install LLVM 16
- eg. `brew install llvm@16` on Mac
- eg. `sudo apt install llvm-16 clang-16` on Ubuntu
- Try https://apt.llvm.org/ if llvm-16 not available
Expand Down

0 comments on commit d8ad3c8

Please sign in to comment.