rustlings/.devcontainer/setup.sh
Emmanuel Roullit f94f365e14 dev: add basic devcontainer settings file
Theses settings files are the base needed to declare and
bootstrap development environment on codespaces

Signed-off-by: Emmanuel Roullit <emmanuel.roullit@gmail.com>
2022-12-01 14:15:35 +01:00

5 lines
95 B
Bash
Executable file

#!/bin/bash
curl https://sh.rustup.rs -sSf | sh -s -- -y
rustup install stable
bash install.sh