Diferencia entre revisiones de «Rust»

De Wiki Proyectos Beta
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
== Instalación ==
* Básico
 
=== GNU/Linux ===
 
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
 
== Actualización ==
 
rustup update
 
== Básico ==

Revisión del 05: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

Básico