Skip to content

Commit

Permalink
Merge pull request rust-lang#7 from Aeyk/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
wycats committed May 7, 2014
2 parents 3667437 + 83651db commit adbab76
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## Compiling cargo

You'll want to clone cargo using --recursive on git, to clone in it's submodule dependencies.
```
$ git clone --recursive https://github.com/carlhuda/cargo
```
or
```
$ git submodule init
$ git submodule upgrade
```
Then it's as simple as ```make``` and you're ready to go.

## Porcelain

### cargo-compile
Expand Down

0 comments on commit adbab76

Please sign in to comment.