mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
commit
adbab76fb0
13
README.md
13
README.md
@ -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
|
## Porcelain
|
||||||
|
|
||||||
### cargo-compile
|
### cargo-compile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user