saitti/docs/programming/rust/installing.md

3 lines
283 B
Markdown
Raw Normal View History

2025-01-24 05:13:48 +02:00
# Installing
I suggest using [rustup](https://rustup.rs) for this. It is being [packaged](https://packages.debian.org/trixie/rustup) in Debian 13 (Trixie) but meanwhile use `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh` which sets up the default toolchain for you.