summaryrefslogtreecommitdiffstats
path: root/development/racer/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/racer/README')
-rw-r--r--development/racer/README8
1 files changed, 5 insertions, 3 deletions
diff --git a/development/racer/README b/development/racer/README
index 6193e84960..a1a89808de 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