![[Rust Guide] 1.1. Install Rust](/_next/image?url=https%3A%2F%2Fmedia2.dev.to%2Fdynamic%2Fimage%2Fwidth%3D800%252Cheight%3D%252Cfit%3Dscale-down%252Cgravity%3Dauto%252Cformat%3Dauto%2Fhttps%253A%252F%252Fdev-to-uploads.s3.amazonaws.com%252Fuploads%252Farticles%252Fbrtb8hu1i85owdq7u9jz.png&w=1200&q=75)
[Rust Guide] 1.1. Install Rust
1.1.1. Installing Rust from the Official Website Go to the Rust official website , where you can set the language in the top-right corner. Click "Get Started" and you will see the following interface: Choose the appropriate version based on your operating system: 32-BIT for 32-bit systems and 64-BIT for 64-bit systems. Most computers today are 64-bit. If you are unsure, as long as your computer isn’t very old, downloading the 64-bit version should work fine. To download Rust for MacOS , Linux , or the Windows Linux Subsystem , execute the following command in your terminal: curl --proto '=https' --tlsv1 .2 -sSf https://sh.rustup.rs | sh Open the downloaded installer, and you will see the following interface: There are three options: Option 1 (Default): Standard installation Option 2: Custom installation, allowing you to customize the installation path, components, toolchain version, etc. Option 3: Cancel installation For most users, Option 1 is sufficient (either type 1 and press Enter
Continue reading on Dev.to
Opens in a new tab


