Difference between revisions of "Instalación"

From El Mago del Rust
Jump to navigation Jump to search
(Created page with "= Instalación de Rust = En una terminal, ingresar el siguiente comando: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh")
 
Line 1: Line 1:
= Instalación de Rust =
 


En una terminal, ingresar el siguiente comando:
En una terminal, ingresar el siguiente comando:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
 
<code>curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh</code>

Revision as of 22:31, 19 January 2021


En una terminal, ingresar el siguiente comando:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh