aboutsummaryrefslogtreecommitdiff
path: root/docs/user
diff options
context:
space:
mode:
authormjkalyan <[email protected]>2021-06-03 07:16:23 +0100
committerGitHub <[email protected]>2021-06-03 07:16:23 +0100
commit508d1230d851c2411737131be52a2e0165236a5e (patch)
treefc1f750a8cd014bc782c56e702b5091c17c2160e /docs/user
parent092396c65abe0d688c6753e7e1fa686539812092 (diff)
manual.adoc: add Gentoo Linux installation method
Added installation instructions for the binary ebuild of the "latest" `rust-analyzer` in Gentoo's GURU repository.
Diffstat (limited to 'docs/user')
-rw-r--r--docs/user/manual.adoc14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc
index 1f95df56e..9a8d76700 100644
--- a/docs/user/manual.adoc
+++ b/docs/user/manual.adoc
@@ -187,6 +187,20 @@ Install it with pacman, for example:
187$ pacman -S rust-analyzer 187$ pacman -S rust-analyzer
188---- 188----
189 189
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
196If 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
190=== Emacs 204=== Emacs
191 205
192Note this excellent https://robert.kra.hn/posts/2021-02-07_rust-with-emacs/[guide] from https://github.com/rksm[@rksm]. 206Note this excellent https://robert.kra.hn/posts/2021-02-07_rust-with-emacs/[guide] from https://github.com/rksm[@rksm].