Tweak wording a little more

This commit is contained in:
Laurențiu Nicola 2024-01-05 10:19:58 +02:00
parent 443787fe6a
commit 03ec0087a0

View File

@ -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