about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--docs/user/manual.adoc9
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