Skip to content

Commit c629ada

Browse files
committed
Link proper docs from readme
1 parent fc4d0a7 commit c629ada

File tree

1 file changed

+3
-27
lines changed

1 file changed

+3
-27
lines changed

README.md

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -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

4723
If you want to **contribute** to rust-analyzer or are just curious about how
4824
things work under the hood, check the [./docs/dev](./docs/dev) folder.
4925

5026
If 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
5228
you be more productive when using rust-analyzer.
5329

5430
## Getting in touch

0 commit comments

Comments
 (0)