From 9f68f7acf2e4cae65122cae072bae2386f48bff1 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 29 Jan 2020 13:25:32 +0100 Subject: Tweak readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4a76ea6e3..2f6ed1e05 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,9 @@ Rust Analyzer is an **experimental** modular compiler frontend for the Rust language. It is a part of a larger rls-2.0 effort to create excellent IDE -support for Rust. If you want to get involved, check the rls-2.0 working group -in the compiler-team repository: +support for Rust. If you want to get involved, check the rls-2.0 working group: -https://github.com/rust-lang/compiler-team/tree/master/content/working-groups/rls-2.0 +https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0 Work on the Rust Analyzer is sponsored by -- cgit v1.2.3 From 9bb699b28db69c4c77034055a922a52b0a5c2b20 Mon Sep 17 00:00:00 2001 From: Florian Diebold Date: Sun, 9 Feb 2020 13:34:56 +0100 Subject: Some README fixes/cleanups Make capitalization more consistent and fix some typos. --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2f6ed1e05..fabb8479d 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ rust-analyzer logo

-Rust Analyzer is an **experimental** modular compiler frontend for the Rust +rust-analyzer is an **experimental** modular compiler frontend for the Rust language. It is a part of a larger rls-2.0 effort to create excellent IDE support for Rust. If you want to get involved, check the rls-2.0 working group: https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0 -Work on the Rust Analyzer is sponsored by +Work on rust-analyzer is sponsored by [Ferrous Systems](https://ferrous-systems.com/) - [Mozilla](https://www.mozilla.org/en-US/) @@ -16,17 +16,17 @@ Work on the Rust Analyzer is sponsored by ## Language Server Quick Start -Rust Analyzer is a work-in-progress, so you'll have to build it from source, and -you might encounter critical bugs. That said, it is complete enough to provide a -useful IDE experience and some people use it as a daily driver. +rust-analyzer is a work-in-progress, so you might encounter critical bugs. That +said, it is complete enough to provide a useful IDE experience and some people +use it as a daily driver. To build rust-analyzer, you need: -* latest stable rust for language server itself +* latest stable Rust for the language server itself * latest stable npm and VS Code for VS Code extension -To quickly install rust-analyzer with VS Code extension with standard setup -(`code` and `cargo` in `$PATH`, etc), use this: +To quickly install the rust-analyzer language server and VS Code extension with +standard setup (`code` and `cargo` in `$PATH`, etc), use this: ``` # clone the repo @@ -44,8 +44,8 @@ cannot start, see [./docs/user](./docs/user). ## Documentation -If you want to **contribute** to rust-analyzer or just curious about how things work -under the hood, check the [./docs/dev](./docs/dev) folder. +If you want to **contribute** to rust-analyzer or are just curious about how +things work under the hood, check the [./docs/dev](./docs/dev) folder. If you want to **use** rust-analyzer's language server with your editor of choice, check [./docs/user](./docs/user) folder. It also contains some tips & tricks to help -- cgit v1.2.3