Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Al Hesh
book
Commits
d2bcac6f
Unverified
Commit
d2bcac6f
authored
May 17, 2018
by
Jeremy Soller
Committed by
GitHub
May 17, 2018
Browse files
Merge pull request #129 from Bujiraso/master
Gave a hint about adding xargo to the path
parents
285907b2
06b5f245
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/getting_started/preparing_the_build.md
View file @
d2bcac6f
...
...
@@ -70,6 +70,12 @@ There is one more tool we need from Rust to install Redox. It is called Xargo. X
$
cargo
install
xargo
```
Once it is installed, add its install directory to your path by running the following
```
sh
$
export
PATH
=
${
PATH
}
:~/.cargo/bin
```
This line can be added to your shell start-up file, like .bashrc, so that it is automatically set up for you in future.
Next steps
----------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment