diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-12 14:55:51 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-12 14:55:51 -0500 |
commit | 498e995b6b0cc708e6220674360152207a8fb1af (patch) | |
tree | aca9ee517d02ab56f1156ac320de003d8153d666 /development/racer | |
parent | d83931aaaf5a9cb11a44c06f079e04bd96ec00b8 (diff) |
development/racer: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'development/racer')
-rw-r--r-- | development/racer/README | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/development/racer/README b/development/racer/README index 6193e8496095..a1a89808debe 100644 --- a/development/racer/README +++ b/development/racer/README @@ -1,6 +1,8 @@ racer - Rust Code Completion utility -This requires rust nightly installed through rustup. Before running this -slackbuild, you should install the nightly from 2021-05-01 by running: +This requires rust nightly installed through rustup. Before running +this slackbuild, you should install the nightly from 2021-05-01 (or +later?) by running: - rustup toolchain install --component rustc-dev --profile default nightly-2022-01-14 + rustup toolchain install \ + --component rustc-dev --profile default nightly-2022-01-14 |