mirror of
https://github.com/servo/servo.git
synced 2025-07-06 23:13:39 +01:00
Where’s home?
This commit is contained in:
parent
4ab782f5a6
commit
d731cf610e
1 changed files with 3 additions and 0 deletions
|
@ -3,5 +3,8 @@
|
||||||
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none -y
|
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none -y
|
||||||
export PATH="$HOME/.cargo/bin:$PATH"
|
export PATH="$HOME/.cargo/bin:$PATH"
|
||||||
|
|
||||||
|
echo HOME=$HOME
|
||||||
|
which cargo
|
||||||
|
|
||||||
cd something-rust
|
cd something-rust
|
||||||
cargo run
|
cargo run
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue