Correct command to update rustup

This commit is contained in:
Gwilym Inzani 2024-04-26 22:25:39 +01:00
parent 86f8cc45d4
commit c97de67fa6

View file

@ -48,7 +48,7 @@ to just write games for the Game Boy Advance using this library:
- Recent rustup, see [the rust website](https://www.rust-lang.org/tools/install)
for instructions for your operating system.
- You can update rustup with `rustup update`, or using your package manager
- You can update rustup with `rustup self update`, or using your package manager
if you obtained rustup in this way.
- libelf and cmake
- Debian and derivatives: `sudo apt install libelf-dev cmake`