summaryrefslogtreecommitdiffstats
path: root/development/racer/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/racer/README')
-rw-r--r--development/racer/README11
1 files changed, 0 insertions, 11 deletions
diff --git a/development/racer/README b/development/racer/README
index beee2409f8..8614f48dfe 100644
--- a/development/racer/README
+++ b/development/racer/README
@@ -1,12 +1 @@
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 (or
-later?) by running:
-
- rustup toolchain install \
- --component rustc-dev --profile default nightly-2022-01-14
-
-Warning: This SlackBuild requires network access when it runs, meaning
-it downloads files from the Internet with root access. You should
-decide for yourself whether or not you think this is a good idea.