From 7fefbdf1db399a965dee492c5b30036df7d1a29f Mon Sep 17 00:00:00 2001 From: Mike DuPont Date: Sat, 28 Jun 2025 00:33:25 -0400 Subject: [PATCH 1/2] Update README.md please mention at top level dir --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4360dea4a113..a8ea48b199c3 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ If you want to **use** rust-analyzer's language server with your editor of choice, check [the manual](https://rust-analyzer.github.io/book/). It also contains some tips & tricks to help you be more productive when using rust-analyzer. +Otherwise you can install from git with `cargo xtask install --server` + ## Security and Privacy See the [security](https://rust-analyzer.github.io/book/security.html) and From d07c304741743302e0b1bca325ff9b00ac1fcd69 Mon Sep 17 00:00:00 2001 From: Mike DuPont Date: Wed, 2 Jul 2025 11:30:15 -0400 Subject: [PATCH 2/2] Update README.md cargo run -p xtask -- install --server https://github.com/rust-lang/rust-analyzer/issues/20141 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8ea48b199c3..87b17f657384 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ If you want to **use** rust-analyzer's language server with your editor of choice, check [the manual](https://rust-analyzer.github.io/book/). It also contains some tips & tricks to help you be more productive when using rust-analyzer. -Otherwise you can install from git with `cargo xtask install --server` +Otherwise you can install from git with `cargo xtask install --server` or `cargo run -p xtask -- install --server` ## Security and Privacy