mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
rustup in $PATH
This commit is contained in:
parent
d537bac018
commit
4aa93ee360
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue