Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Removed comment about make install as no install directive, added --recursive tag
  • Loading branch information
aeyk committed Apr 12, 2014
1 parent 41a4df2 commit 83651db
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@

## Compiling cargo

Firstly you will need to get cargo's dependencies, which are just git submodules.

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 && make install```.
Then it's as simple as ```make``` and you're ready to go.

## Porcelain

Expand Down

0 comments on commit 83651db

Please sign in to comment.