[NLUUG]   Welcome to ftp.nluug.nl
Current directory: /os/Linux/distr/salix/sbo/15.0/development/rustup/
 
Current bandwidth utilization 1356.25 Mbit/s
Bandwidth utilization bar
Contents of README:
rustup - The Rust toolchain installer

If you want to use the versions of rust installed through rustup by
default for everything, you'll need to add links to the rustup binary
on your path before the system rust.

You are free to choose where, but here is an example for a single user:

mkdir -p $HOME/.rustup/shims
for lnk in cargo cargo-clippy cargo-fmt cargo-miri clippy-driver \
rls rust-gdb rust-lldb rustc rustdoc rustfmt
do
  (
    cd $HOME/.rustup/shims
    ln -s /usr/bin/rustup $lnk
  )
done

Then add the directory to your path (.bashrc for example):
export PATH="$HOME/.rustup/shims:$PATH"

Icon  Name                                        Last modified      Size  
[DIR] Parent Directory - [TXT] README 25-Feb-2023 03:22 603 [TXT] rustup.SlackBuild 06-May-2023 03:32 5.3K [   ] rustup.info 12-Aug-2023 03:45 31K [TXT] slack-desc 11-Mar-2022 06:34 828

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!