rustup in $PATH

This commit is contained in:
Simon Sapin 2018-08-29 17:58:12 +02:00
parent d537bac018
commit 4aa93ee360

View file

@ -1,6 +1,7 @@
#!/bin/sh
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