mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Merge pull request #3607 from murlakatamenka/master
Add installation notes for Arch Linux users
This commit is contained in:
commit
648df02953
1 changed files with 15 additions and 0 deletions
|
@ -116,6 +116,21 @@ page, or you can install it from source using the following command:
|
|||
$ cargo xtask install --server
|
||||
----
|
||||
|
||||
==== Arch Linux
|
||||
|
||||
`rust-analyzer` binary can be installed from AUR (Arch User Repository):
|
||||
|
||||
- https://aur.archlinux.org/packages/rust-analyzer-bin[`rust-analyzer-bin`] (binary from GitHub releases)
|
||||
- https://aur.archlinux.org/packages/rust-analyzer[`rust-analyzer`] (built from latest tagged source)
|
||||
- https://aur.archlinux.org/packages/rust-analyzer-git[`rust-analyzer-git`] (latest git version)
|
||||
|
||||
Install it with AUR helper of your choice, for example:
|
||||
|
||||
[source,bash]
|
||||
----
|
||||
$ yay -S rust-analyzer-bin
|
||||
----
|
||||
|
||||
=== Emacs
|
||||
|
||||
Emacs support is maintained https://github.com/emacs-lsp/lsp-mode/blob/master/lsp-rust.el[upstream].
|
||||
|
|
Loading…
Reference in a new issue