aboutsummaryrefslogtreecommitdiff
path: root/docs/user/readme.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/user/readme.adoc')
-rw-r--r--docs/user/readme.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc
index 1badba94f..867aae975 100644
--- a/docs/user/readme.adoc
+++ b/docs/user/readme.adoc
@@ -47,7 +47,7 @@ Alternatively, both the server and the plugin can be installed from source:
47 47
48[source] 48[source]
49---- 49----
50$ git clone https://github.com/rust-analyzer/rust-analyzer.git && cs rust-analyzer 50$ git clone https://github.com/rust-analyzer/rust-analyzer.git && cd rust-analyzer
51$ cargo xtask install 51$ cargo xtask install
52---- 52----
53 53