Diferencia entre revisiones de «Rust»
Ir a la navegación
Ir a la búsqueda
([feat] Add information about Rust) |
|||
Línea 11: | Línea 11: | ||
= General = | = General = | ||
== Instalación == | |||
=== GNU/Linux === | |||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh | |||
== Actualización == | |||
rustup update | |||
== Básico == |
Revisión del 06:35 31 ago 2022
Descripción
Recursos
- Sitio oficial: ES
Blogs
- Blog oficial: EN
General
Instalación
GNU/Linux
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Actualización
rustup update