@@ -14,41 +14,17 @@ Work on rust-analyzer is sponsored by
1414- [ Mozilla] ( https://www.mozilla.org/en-US/ )
1515- [ freiheit.com] ( https://www.freiheit.com )
1616
17- ## Language Server Quick Start
17+ ## Quick Start
1818
19- rust-analyzer is a work-in-progress, so you might encounter critical bugs. That
20- said, it is complete enough to provide a useful IDE experience and some people
21- use it as a daily driver.
22-
23- To build rust-analyzer, you need:
24-
25- * latest stable Rust for the language server itself
26- * latest stable npm and VS Code for VS Code extension
27-
28- To quickly install the rust-analyzer language server and VS Code extension with
29- standard setup (` code ` and ` cargo ` in ` $PATH ` , etc), use this:
30-
31- ```
32- # clone the repo
33- $ git clone https://github.com/rust-analyzer/rust-analyzer && cd rust-analyzer
34-
35- # install both the language server and VS Code extension
36- $ cargo xtask install
37-
38- # alternatively, install only the server. Binary name is `rust-analyzer`.
39- $ cargo xtask install --server
40- ```
41-
42- For non-standard setup of VS Code and other editors, or if the language server
43- cannot start, see [ ./docs/user] ( ./docs/user ) .
19+ https://rust-analyzer.github.io/manual.html#installation
4420
4521## Documentation
4622
4723If you want to ** contribute** to rust-analyzer or are just curious about how
4824things work under the hood, check the [ ./docs/dev] ( ./docs/dev ) folder.
4925
5026If you want to ** use** rust-analyzer's language server with your editor of
51- choice, check [ ./docs/user ] ( ./docs/user ) folder. It also contains some tips & tricks to help
27+ choice, check [ the manual ] ( https://rust-analyzer.github.io/manual.html ) folder. It also contains some tips & tricks to help
5228you be more productive when using rust-analyzer.
5329
5430## Getting in touch
0 commit comments