diff --git a/README.md b/README.md index a808136..8e0b8d9 100644 --- a/README.md +++ b/README.md @@ -77,12 +77,13 @@ The ecosystem and software Redox OS provides is listed below. Sometimes things go wrong when compiling. Try the following before opening an issue: -1. Run `make clean`. -2. Run `git clean -Xfd`. -3. Make sure you have **the latest version of Rust nightly!** ([rustup.rs](https://www.rustup.rs) is recommended for managing Rust versions. If you already have it, run `rustup`). -4. Update **GNU Make**, **NASM** and **QEMU/VirtualBox**. -5. Pull the upstream master branch (`git remote add upstream git@github.com:redox-os/redox.git; git pull upstream master`). -6. Update submodules (`git submodule update --recursive --init`). +1. Run `rustup update` +2. Run `make clean`. +3. Run `git clean -Xfd`. +4. Make sure you have **the latest version of Rust nightly!** ([rustup.rs](https://www.rustup.rs) is recommended for managing Rust versions. If you already have it, run `rustup`). +5. Update **GNU Make**, **NASM** and **QEMU/VirtualBox**. +6. Pull the upstream master branch (`git remote add upstream git@github.com:redox-os/redox.git; git pull upstream master`). +7. Update submodules (`git submodule update --recursive --init`). and then rebuild!