KevsRobots Learning Platform

Introduction to Rust

66% Percent Complete

Installing Rust

How to install Rust on your system

By Kevin McAleer,    1 Minute


Installing Rust

For linux operating systems, you can install Rust using the following command:

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

For Windows, you can download the installer from the Rust website.


< Previous Next >