Skip to content

Commit e8e14e1

Browse files
bors[bot]mjkalyan
andauthored
Merge #9123
9123: manual.adoc: add Gentoo Linux installation method r=lnicola a=mjkalyan Added installation instructions for the binary ebuild of the "latest" `rust-analyzer` in Gentoo's GURU repository. Co-authored-by: mjkalyan <[email protected]>
2 parents 092396c + 508d123 commit e8e14e1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/user/manual.adoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,20 @@ Install it with pacman, for example:
187187
$ pacman -S rust-analyzer
188188
----
189189

190+
==== Gentoo Linux
191+
192+
`rust-analyzer` is available in the GURU repository:
193+
194+
- https://gitweb.gentoo.org/repo/proj/guru.git/tree/dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild[`dev-util/rust-analyzer-bin-9999`] (the https://github.com/rust-analyzer/rust-analyzer/releases/latest[latest release] as a live binary ebuild)
195+
196+
If not already, GURU must be enabled (e.g. using `app-eselect/eselect-repository`) and sync'd before running `emerge`:
197+
198+
[source,bash]
199+
----
200+
$ eselect repository enable guru && emaint sync -r guru
201+
$ emerge rust-analyzer-bin
202+
----
203+
190204
=== Emacs
191205

192206
Note this excellent https://robert.kra.hn/posts/2021-02-07_rust-with-emacs/[guide] from https://github.com/rksm[@rksm].

0 commit comments

Comments
 (0)