diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-15 14:39:14 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:18 -0400 |
commit | a68cb824c4e56fcd78de2eed2c2912fa6d138262 (patch) | |
tree | 6b525f53a3a8dfd6d2610cfd43a86f171059ebc6 | |
parent | f0305f7e8bea6e29e3960d5c13ec17bb7995bf2c (diff) |
development/racer: Add network warning to README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | development/racer/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/development/racer/README b/development/racer/README index a1a89808debe..beee2409f8ed 100644 --- a/development/racer/README +++ b/development/racer/README @@ -6,3 +6,7 @@ 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. |