diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2024-01-03 16:05:00 +0200 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2024-01-03 16:05:00 +0200 |
| commit | 570ee51d50eed838e24faeb8a3f36a86f41ecb5f (patch) | |
| tree | 35cc5ea70cefc00fe0238b50168244074f0bbdc1 | |
| parent | 91ffbd7788f4915e288e4401b1675847f4d2cfbe (diff) | |
| download | rust-570ee51d50eed838e24faeb8a3f36a86f41ecb5f.tar.gz rust-570ee51d50eed838e24faeb8a3f36a86f41ecb5f.zip | |
Tweak Gentoo instructions
| -rw-r--r-- | docs/user/manual.adoc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index bf9827ddea7..2a65fba7b6b 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc @@ -186,7 +186,10 @@ $ pacman -S rust-analyzer ==== Gentoo Linux -`rust-analyzer` is installed when the `rust-analyzer` use flag is set for dev-lang/rust or dev-lang/rust-bin. You also need to set the `rust-src` use flag. +`rust-analyzer` is installed when the `rust-analyzer` USE flag is set for `dev-lang/rust` or `dev-lang/rust-bin`. +You also need to set the `rust-src` USE flag. + +This is similar to using the `rustup` component, so it will install a version that lags behind the official releases on GitHub . ==== macOS |
