Does rustup auto-install?

This commit is contained in:
Simon Sapin 2018-08-29 18:00:08 +02:00
parent 4aa93ee360
commit 4ab782f5a6

View file

@ -4,4 +4,4 @@ curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none -y
export PATH="$HOME/.cargo/bin:$PATH"
cd something-rust
rustup run --install cargo run
cargo run