From 482e912fa0b1df03c6ad99c1d92a894889811e00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Z=C3=B6chbauer?= Date: Sun, 26 Apr 2020 17:08:15 +0200 Subject: xtask does not need to be installed because it's contained in the dart-analyzer repo. --- docs/user/readme.adoc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc index 5e4ce3055..c6c0f3ed8 100644 --- a/docs/user/readme.adoc +++ b/docs/user/readme.adoc @@ -94,8 +94,7 @@ $ git clone https://github.com/rust-analyzer/rust-analyzer.git && cd rust-analyz $ cargo xtask install ---- -You'll need Cargo, xtask, nodejs and npm for this. -Cargo-xtask can be found at https://github.com/matklad/cargo-xtask +You'll need Cargo, nodejs and npm for this. Note that installing via `xtask install` does not work for VS Code Remote, instead you'll need to install the `.vsix` manually. @@ -130,8 +129,6 @@ $ git clone https://github.com/rust-analyzer/rust-analyzer.git && cd rust-analyz $ cargo xtask install --server ---- -Cargo-xtask can be found at https://github.com/matklad/cargo-xtask - If your editor can't find the binary even though the binary is on your `$PATH`, the likely explanation is that it doesn't see the same `$PATH` as the shell, see https://github.com/rust-analyzer/rust-analyzer/issues/1811[this issue]. On Unix, running the editor from a shell or changing the `.desktop` file to set the environment should help. ==== Arch Linux -- cgit v1.2.3