From d8ad3c874486bdb01cc39fbd98cfd32a80cc84bc Mon Sep 17 00:00:00 2001 From: kousei yamashita Date: Wed, 13 Dec 2023 13:19:20 +0900 Subject: [PATCH] update install.md to specify rust version --- doc/guide/src/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guide/src/install.md b/doc/guide/src/install.md index 9c2fdfdc..6c9c421c 100644 --- a/doc/guide/src/install.md +++ b/doc/guide/src/install.md @@ -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