diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user/readme.adoc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc index 2e6c6112f..00721a5e4 100644 --- a/docs/user/readme.adoc +++ b/docs/user/readme.adoc | |||
@@ -116,6 +116,21 @@ page, or you can install it from source using the following command: | |||
116 | $ cargo xtask install --server | 116 | $ cargo xtask install --server |
117 | ---- | 117 | ---- |
118 | 118 | ||
119 | ==== Arch Linux | ||
120 | |||
121 | `rust-analyzer` binary can be installed from AUR (Arch User Repository): | ||
122 | |||
123 | - https://aur.archlinux.org/packages/rust-analyzer-bin[`rust-analyzer-bin`] (binary from GitHub releases) | ||
124 | - https://aur.archlinux.org/packages/rust-analyzer[`rust-analyzer`] (built from latest tagged source) | ||
125 | - https://aur.archlinux.org/packages/rust-analyzer-bin/[`rust-analyzer-git`] (latest git version) | ||
126 | |||
127 | Install it with AUR helper of your choice, for example: | ||
128 | |||
129 | [source,bash] | ||
130 | ---- | ||
131 | $ yay -S rust-analyzer-bin | ||
132 | ---- | ||
133 | |||
119 | === Emacs | 134 | === Emacs |
120 | 135 | ||
121 | Emacs support is maintained https://github.com/emacs-lsp/lsp-mode/blob/master/lsp-rust.el[upstream]. | 136 | Emacs support is maintained https://github.com/emacs-lsp/lsp-mode/blob/master/lsp-rust.el[upstream]. |