Skip to content

Commit 482e912

Browse files
authored
xtask does not need to be installed
because it's contained in the dart-analyzer repo.
1 parent 49d494c commit 482e912

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/user/readme.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ $ git clone https://github.com/rust-analyzer/rust-analyzer.git && cd rust-analyz
9494
$ cargo xtask install
9595
----
9696

97-
You'll need Cargo, xtask, nodejs and npm for this.
98-
Cargo-xtask can be found at https://github.com/matklad/cargo-xtask
97+
You'll need Cargo, nodejs and npm for this.
9998

10099
Note that installing via `xtask install` does not work for VS Code Remote, instead you'll need to install the `.vsix` manually.
101100

@@ -130,8 +129,6 @@ $ git clone https://github.com/rust-analyzer/rust-analyzer.git && cd rust-analyz
130129
$ cargo xtask install --server
131130
----
132131

133-
Cargo-xtask can be found at https://github.com/matklad/cargo-xtask
134-
135132
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.
136133

137134
==== Arch Linux

0 commit comments

Comments
 (0)