diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc index 1badba94fa0..867aae97502 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: [source] ---- -$ git clone https://github.com/rust-analyzer/rust-analyzer.git && cs rust-analyzer +$ git clone https://github.com/rust-analyzer/rust-analyzer.git && cd rust-analyzer $ cargo xtask install ----