DEV Community

Shanxx
Shanxx

Posted on

Install Rust in Arch Linux (Easy way)

Run this in your termnal

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

follow instruction

Uninstall?
rustup self uninstall

SOURCE

DONE BASIC!

Top comments (0)