Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aeyk committed Apr 11, 2014
1 parent 4b9fbcb commit 41a4df2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 41a4df2

Please sign in to comment.