mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-14 14:13:58 +00:00
Auto merge of #15944 - brunobell:patch-1, r=lnicola
Update Arch Linux package URL in manual.adoc The old URL returns 404 now.
This commit is contained in:
commit
91b31489dd
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ $ rustup component add rust-analyzer
|
|||
|
||||
The `rust-analyzer` binary can be installed from the repos or AUR (Arch User Repository):
|
||||
|
||||
- https://www.archlinux.org/packages/community/x86_64/rust-analyzer/[`rust-analyzer`] (built from latest tagged source)
|
||||
- https://www.archlinux.org/packages/extra/x86_64/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 pacman, for example:
|
||||
|
|
Loading…
Reference in a new issue