From 9f8f7a805316b7d43a623b1cc6df0f15a374a4cb Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Mon, 24 May 2021 16:38:33 +0200 Subject: docs: fix binary installation instructions issue #8926 removed uncompressed release artifacts. This updates the documentation to update instructions accordingly. --- docs/user/manual.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/user') diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index ad367511b..4822d7dae 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc @@ -146,7 +146,7 @@ On Linux to install the `rust-analyzer` binary into `~/.local/bin`, this command [source,bash] ---- -$ curl -L https://github.com/rust-analyzer/rust-analyzer/releases/latest/download/rust-analyzer-linux -o ~/.local/bin/rust-analyzer +$ curl -L https://github.com/rust-analyzer/rust-analyzer/releases/latest/download/rust-analyzer-x86_64-unknown-linux-gnu.gz | gunzip -c - > ~/.local/bin/rust-analyzer $ chmod +x ~/.local/bin/rust-analyzer ---- -- cgit v1.2.3