diff options
-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 6193e84960952..a1a89808debeb 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 |