Merge pull request #939 from aurelien-git/master

+ rustup update into the README.md file
This commit is contained in:
Jeremy Soller 2017-05-02 14:16:54 -06:00 committed by GitHub
commit 334193cd8f

View file

@ -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: Sometimes things go wrong when compiling. Try the following before opening an issue:
1. Run `make clean`. 1. Run `rustup update`
2. Run `git clean -Xfd`. 2. Run `make clean`.
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`). 3. Run `git clean -Xfd`.
4. Update **GNU Make**, **NASM** and **QEMU/VirtualBox**. 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. Pull the upstream master branch (`git remote add upstream git@github.com:redox-os/redox.git; git pull upstream master`). 5. Update **GNU Make**, **NASM** and **QEMU/VirtualBox**.
6. Update submodules (`git submodule update --recursive --init`). 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! and then rebuild!