Unnamed repository; edit this file 'description' to name the repository.
Added reference to the binaries available from GitHub.
In addition to installing from source.
Paul Jewell 2024-01-05
parent 0d6ec9c · commit 443787f
-rw-r--r--docs/user/manual.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc
index 682770ba06..f1b6d1ee20 100644
--- a/docs/user/manual.adoc
+++ b/docs/user/manual.adoc
@@ -191,7 +191,7 @@ 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).
-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.
+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.
==== macOS