From 7b15c4f7ae95e2e855cb783871906fa7bf364c4c Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 17 Oct 2019 19:36:55 +0300 Subject: WIP: move to xtasks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 55d91a70a..f5ee4263d 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,10 @@ To quickly install rust-analyzer with VS Code extension with standard setup $ git clone https://github.com/rust-analyzer/rust-analyzer && cd rust-analyzer # install both the language server and VS Code extension -$ cargo install-ra +$ cargo xtask install # alternatively, install only the server. Binary name is `ra_lsp_server`. -$ cargo install-ra --server +$ cargo xtask install --server ``` For non-standard setup of VS Code and other editors, see [./docs/user](./docs/user). -- cgit v1.2.3