Skip to content

Commit adbab76

Browse files
committed
Merge pull request rust-lang#7 from Aeyk/patch-1
Update README.md
2 parents 3667437 + 83651db commit adbab76

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## Compiling cargo
2+
3+
You'll want to clone cargo using --recursive on git, to clone in it's submodule dependencies.
4+
```
5+
$ git clone --recursive https://github.com/carlhuda/cargo
6+
```
7+
or
8+
```
9+
$ git submodule init
10+
$ git submodule upgrade
11+
```
12+
Then it's as simple as ```make``` and you're ready to go.
13+
114
## Porcelain
215

316
### cargo-compile

0 commit comments

Comments
 (0)