Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'docs/user/manual.adoc')
-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 bf9827ddea..2a65fba7b6 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