diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-12-20 15:11:54 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-20 15:11:54 +0000 |
| commit | 6cfbeb3d585e03caeddcefba407c22a9d0bc658e (patch) | |
| tree | 711c914f58abbf3b902fa3a37f599d64ec2d72c5 /docs | |
| parent | 8eea4c9d3bdb4e35810e11983002404ef7ac29cc (diff) | |
| parent | 0ecb224d7565d28ad6bd5903e651dd056f73bd89 (diff) | |
| download | rust-6cfbeb3d585e03caeddcefba407c22a9d0bc658e.tar.gz rust-6cfbeb3d585e03caeddcefba407c22a9d0bc658e.zip | |
Merge #6961
6961: Document the version requirements for building from source r=lnicola a=lnicola Fixes #6667 bors r+ Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user/manual.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index 1ec6e81bb1b..f21806f0b4d 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc @@ -160,7 +160,7 @@ $ chmod +x ~/.local/bin/rust-analyzer Ensure `~/.local/bin` is listed in the `$PATH` variable. -Alternatively, you can install it from source using the following command: +Alternatively, you can install it from source using the command below. You'll need the latest stable version of the Rust toolchain. [source,bash] ---- |
