Friday, May 24, 2024

Part 2: rustup; why; using git

rustup; why

Turns out rustup is essential to many projects (zed, redox).
 

curl –proto ‘=https’ –tlsv1.2 -sSf https://sh.rustup.rs | sh


Don't forget to update every once in a while (see Issue #1208 ).

rustup update
 

No comments:

Post a Comment