Skip to content

Commit

Permalink
Update build steps
Browse files Browse the repository at this point in the history
After installing rustup the PATH variable needs to be updated for the current shell to be able to use cargo. The installer even warns about this. Possible fix for #1176.
  • Loading branch information
xTibor authored Apr 2, 2018
1 parent 7a02383 commit b57095d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b57095d

Please sign in to comment.