← All Workshops
MudEngine Part 1: Requirements
Step 1 / 13
Install Rust
The first step is to install the Rust toolchain. `rustup` manages Rust versions and targets — we only need to run one command to get everything started.
Install rustup
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh💡 Already have Rust?
Run `rustup update` to make sure we have the latest stable compiler. This workshop targets Rust 1.80+.
Step 1 / 13