Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
book
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Caleb Boylan
book
Commits
d2bcac6f
Unverified
Commit
d2bcac6f
authored
May 17, 2018
by
Jeremy Soller
Committed by
GitHub
May 17, 2018
Browse files
Options
Browse Files
Download
Plain Diff
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
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/getting_started/preparing_the_build.md
src/getting_started/preparing_the_build.md
+6
-0
No files found.
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
Markdown
is supported
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