mirror of
https://github.com/bytedance/g3.git
synced 2026-04-29 20:20:50 +00:00
update doc
This commit is contained in:
parent
5b2829302d
commit
81ba20cf33
1 changed files with 3 additions and 4 deletions
|
|
@ -46,10 +46,9 @@ The following components is required and should have already been installed:
|
|||
- rustfmt
|
||||
- clippy
|
||||
|
||||
**llvm-tools-preview** and **rust-src** is also recommended being installed:
|
||||
**llvm-tools** is also recommended to be installed:
|
||||
```shell script
|
||||
rustup component add llvm-tools-preview
|
||||
rustup component add rust-src
|
||||
rustup component add llvm-tools
|
||||
```
|
||||
|
||||
## Install nightly toolchains
|
||||
|
|
@ -96,7 +95,7 @@ The following plugins is recommended:
|
|||
|
||||
- cargo-binutils
|
||||
|
||||
To run llvm-tools-preview installed via rustup.
|
||||
To run llvm-tools installed via rustup.
|
||||
|
||||
# IDE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue