Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 3078932

Browse files
committed
docs: add rust-analyzer installation command for windows
1 parent cfb3566 commit 3078932

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ $ apm install ide-rust
2424
**rust-analyzer** must be installed manually, if possible on the PATH _(otherwise configure this in the package settings)_.
2525
See https://rust-analyzer.github.io/manual.html#rust-analyzer-language-server-binary.
2626

27+
NOTE: On Windows, you can install it using [choco](https://chocolatey.org/install): `choco install rust-analyzer`
28+
2729
No other packages or manual setup is required as these will be handled with user prompts after install.
2830
However, you may wish to install `rustup` with your OS package manager instead of following prompts to install via [rustup.rs](https://rustup.rs).
2931

0 commit comments

Comments
 (0)