diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2024-01-05 10:19:58 +0200 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2024-01-05 10:24:39 +0200 |
| commit | 03ec0087a0fde665005e6797f056fa754d0329f6 (patch) | |
| tree | 7b455eba777432d513fb540b60cae4772947fc25 | |
| parent | 443787fe6a807609473c8860561918a86274353f (diff) | |
| download | rust-03ec0087a0fde665005e6797f056fa754d0329f6.tar.gz rust-03ec0087a0fde665005e6797f056fa754d0329f6.zip | |
Tweak wording a little more
| -rw-r--r-- | docs/user/manual.adoc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index f1b6d1ee20e..fa8413c19ae 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc @@ -186,12 +186,13 @@ $ pacman -S rust-analyzer ==== Gentoo Linux -There are two ways to install `rust-analyzer` under gentoo: +There are two ways to install `rust-analyzer` under Gentoo: -- When installing dev-lang/rust, or dev-lang/rust-bin, set the `rust-analyzer` USE flag, as well as the `rust-src` USE flag. -- Use the rustup component to install `rust-analyzer` (see instructions above). +- when installing `dev-lang/rust` or `dev-lang/rust-bin`, enable the `rust-analyzer` and `rust-src` USE flags +- use the `rust-analyzer` component in `rustup` (see instructions above) -In both cases, the version installed lags behind the official releases on GitHub. If you need a newer version of `rust-analyzer`, then consider installing from source, or one of the binaries made available on the `rust-analyzer` GitHub page with each release. +Note that in both cases, the version installed lags for a couple of months behind the official releases on GitHub. +To obtain a newer one, you can download a binary from GitHub Releases or building from source. ==== macOS |
