about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@dend.ro>2024-01-05 10:19:58 +0200
committerLaurențiu Nicola <lnicola@dend.ro>2024-01-05 10:24:39 +0200
commit03ec0087a0fde665005e6797f056fa754d0329f6 (patch)
tree7b455eba777432d513fb540b60cae4772947fc25
parent443787fe6a807609473c8860561918a86274353f (diff)
downloadrust-03ec0087a0fde665005e6797f056fa754d0329f6.tar.gz
rust-03ec0087a0fde665005e6797f056fa754d0329f6.zip
Tweak wording a little more
-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