about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@dend.ro>2024-01-03 16:05:00 +0200
committerLaurențiu Nicola <lnicola@dend.ro>2024-01-03 16:05:00 +0200
commit570ee51d50eed838e24faeb8a3f36a86f41ecb5f (patch)
tree35cc5ea70cefc00fe0238b50168244074f0bbdc1
parent91ffbd7788f4915e288e4401b1675847f4d2cfbe (diff)
downloadrust-570ee51d50eed838e24faeb8a3f36a86f41ecb5f.tar.gz
rust-570ee51d50eed838e24faeb8a3f36a86f41ecb5f.zip
Tweak Gentoo instructions
-rw-r--r--docs/user/manual.adoc5
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