diff --git a/installation.md b/installation.md new file mode 100644 index 0000000000000000000000000000000000000000..3278ebdb001b45bd546a422075786bad2376c821 --- /dev/null +++ b/installation.md @@ -0,0 +1,32 @@ +--- +title: Cours de programmation séquentielle +subtitle: Installation +author: Orestis Malaspinas +sansfont: Sans Serif +--- + +# Rustup + +## Linux ou maxOS + +- Dans un terminal exécuter la commande. + + ~~~~{#mycode .bash .numberLines startFrom="100"} + curl https://sh.rustup.rs -sSf | sh + ~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- Rust nécessite également un éditeur de lien (celui de C fait parfaitement l'affaire). +- Mise à jour + + ```{.bash} + rustup update + ``` + +- Désinstallation + + ```{.bash} + rustup self uninstall + ``` + +## Windows +