This commit is contained in:
Akihiro Takai 2020-02-18 10:37:26 +09:00
parent 784919aec1
commit 3bdb47ce66

View file

@ -73,7 +73,7 @@ Note that installing via `xtask install` does not work for VS Code Remote, inste
Other editors generally require `ra_lsp_server` binary to be in `$PATH`.
You can download pre-build binary from
https://github.com/rust-analyzer/rust-analyzer/releases[relases]
https://github.com/rust-analyzer/rust-analyzer/releases[releases]
page, or you can install it from source using the following command:
[source,bash]