From 095843119e703a756047dfe25514fdcc93425341 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 27 Dec 2018 17:56:07 +0300 Subject: Clarify installation prodecude --- editors/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'editors') diff --git a/editors/README.md b/editors/README.md index a39ec62b0..ad2ce1695 100644 --- a/editors/README.md +++ b/editors/README.md @@ -1,6 +1,8 @@ To install experimental VS Code plugin: ``` +$ git clone https://github.com/rust-analyzer/rust-analyzer.git +$ cd rust-analyzer $ cargo install-code ``` -- cgit v1.2.3