From c97de67fa68d32961aa9c60bd203fd1dce1b4b03 Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Fri, 26 Apr 2024 22:25:39 +0100 Subject: [PATCH] Correct command to update rustup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84053601..ebf3aec0 100644 --- a/README.md +++ b/README.md @@ -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`