diff options
Diffstat (limited to 'development/racer/README')
-rw-r--r-- | development/racer/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/development/racer/README b/development/racer/README index 8614f48dfe284..9af5268fb6dd2 100644 --- a/development/racer/README +++ b/development/racer/README @@ -1 +1,6 @@ racer - Rust Code Completion utility + +This requires rust nightly installed through rustup. Before running this +slackbuild, you should install the nightly from 2020-09-27 by running: + + rustup toolchain install nightly-2020-09-23 |