Skip to content
Snippets Groups Projects
Commit 92b6b25d authored by Jeremy Soller's avatar Jeremy Soller Committed by GitHub
Browse files

Merge pull request #91 from schutzekatze/patch-1

Fix typo
parents 044d0f29 4f7719e3
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ fn main() {
}
```
To compile this program, you are going to need to edit some of your redox source files in such a way that your local redox repository will not be fit for updates via git or pull requests. It is reccomended that you do __not__ add the changes to the git history.
To compile this program, you are going to need to edit some of your redox source files in such a way that your local redox repository will not be fit for updates via git or pull requests. It is recommended that you do __not__ add the changes to the git history.
Step one: Go to redox/programs, and run `cargo new helloworld --bin`. It should create a directory redox/programs/helloworld with a redox/programs/helloworld/Cargo.toml like this:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment