Skip to content
Snippets Groups Projects
Commit 86bdf077 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

added beginning of installation

parent a16d6253
Branches yassin.elhakoun-master-patch-15313
No related tags found
No related merge requests found
Pipeline #
---
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment