diff options
author | hafiz <[email protected]> | 2020-04-30 19:21:16 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-04-30 19:21:16 +0100 |
commit | a00647cefe180243060e02f100c140ef7bc4440c (patch) | |
tree | b0d132424f18c1cfc02e500f1c8a993af3886dce | |
parent | 861652ffa6b6440a022a353d2e6b9f5ca780d2ec (diff) |
Fix typo in language server binary docs
-rw-r--r-- | docs/user/readme.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc index 54342026b..0743d117f 100644 --- a/docs/user/readme.adoc +++ b/docs/user/readme.adoc | |||
@@ -111,7 +111,7 @@ Here are some useful self-diagnostic commands: | |||
111 | === rust-analyzer Language Server Binary | 111 | === rust-analyzer Language Server Binary |
112 | 112 | ||
113 | Other editors generally require the `rust-analyzer` binary to be in `$PATH`. | 113 | Other editors generally require the `rust-analyzer` binary to be in `$PATH`. |
114 | You can download the pre-built binary from the https://github.com/rust-analyzer/rust-analyzer/releases[releases] page. Typically, you then need to rename the binary for your platform, e.g. `rust-analyzer-mac` if you're on Mac OS, to `rust-analzyer` and make it executable in addition to moving it into a directory in your `$PATH`. | 114 | You can download the pre-built binary from the https://github.com/rust-analyzer/rust-analyzer/releases[releases] page. Typically, you then need to rename the binary for your platform, e.g. `rust-analyzer-mac` if you're on Mac OS, to `rust-analyzer` and make it executable in addition to moving it into a directory in your `$PATH`. |
115 | 115 | ||
116 | On Linux to install the `rust-analyzer` binary into `~/.local/bin`, this commands could be used | 116 | On Linux to install the `rust-analyzer` binary into `~/.local/bin`, this commands could be used |
117 | 117 | ||