Update README.md

This commit is contained in:
aeyk 2014-04-11 06:11:45 -04:00
parent 4b9fbcb264
commit 41a4df261e

View File

@ -1,3 +1,14 @@
## Compiling cargo
Firstly you will need to get cargo's dependencies, which are just git submodules.
```
$ git submodule init
$ git submodule upgrade
```
Then it's as simple as ```make && make install```.
## Porcelain
### cargo-compile