aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-02-14 20:11:10 +0000
committerGitHub <[email protected]>2020-02-14 20:11:10 +0000
commit6711335173f138d444049357495fb2785c2bdd0b (patch)
tree65bf1d550b3f264b9dc2176868cfd93b6ea81d27
parent1ead9ef13bb5da86e470c3d9a69d83795661d3c6 (diff)
parent4aa538f9a83a514a1bf54300ba541a94fade43be (diff)
Merge #3146
3146: Typo r=flodiebold a=Veetaha typo Co-authored-by: Veetaha <[email protected]>
-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