mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-01-14 08:36:29 +00:00
f94f365e14
Theses settings files are the base needed to declare and bootstrap development environment on codespaces Signed-off-by: Emmanuel Roullit <emmanuel.roullit@gmail.com>
4 lines
95 B
Bash
Executable file
4 lines
95 B
Bash
Executable file
#!/bin/bash
|
|
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
|
rustup install stable
|
|
bash install.sh
|