Merge pull request #1177 from xTibor/patch-2

Update build steps
This commit is contained in:
Jeremy Soller 2018-04-02 18:22:14 -06:00 committed by GitHub
commit 9d0ec3ea53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,7 +105,7 @@ $ cd path/to/your/projects/folder/
# Run bootstrap setup
$ curl -sf https://raw.githubusercontent.com/redox-os/redox/master/bootstrap.sh -o bootstrap.sh && bash -e bootstrap.sh
#Change to project directory
# Change to project directory
$ cd redox
# Build Redox
@ -139,6 +139,7 @@ $ ./bootstrap.sh -d
# Install rustup.rs
$ curl https://sh.rustup.rs -sSf | sh
$ source $HOME/.cargo/env
# Install the sysroot manager Xargo
$ cargo install xargo