Where’s home?

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

View file

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