summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
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
commit498e995b6b0cc708e6220674360152207a8fb1af (patch)
treeaca9ee517d02ab56f1156ac320de003d8153d666 /development
parentd83931aaaf5a9cb11a44c06f079e04bd96ec00b8 (diff)
downloadslackbuilds-498e995b6b0cc708e6220674360152207a8fb1af.tar.gz
slackbuilds-498e995b6b0cc708e6220674360152207a8fb1af.tar.xz
development/racer: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'development')
-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