Difference between revisions of "Instalación"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
En una terminal, | En una terminal, ingresa el siguiente comando: | ||
<code>curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh</code> | <code>curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh</code> | ||
Este comando utiliza [[Rustup]] que es el instalador de Rust. | |||
Revision as of 22:33, 19 January 2021
En una terminal, ingresa el siguiente comando:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Este comando utiliza Rustup que es el instalador de Rust.