mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
6 lines
131 B
Bash
Executable file
6 lines
131 B
Bash
Executable file
#!/bin/sh
|
|
|
|
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none -y
|
|
|
|
cd something-rust
|
|
rustup run --install cargo run
|