Skip to content

Commit

Permalink
Clarify make install exists as a target
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jun 24, 2014
1 parent 382a103 commit a9122f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Learn more at http://crates.io/.

## Compiling cargo

You'll want to clone cargo using --recursive on git, to clone in it's submodule dependencies.
You'll want to clone cargo using --recursive on git, to clone in it's submodule
dependencies.
```
$ git clone --recursive https://github.com/rust-lang/cargo
```
Expand All @@ -13,5 +14,6 @@ or
$ git submodule init
$ git submodule update
```
Then it's as simple as ```make``` and you're ready to go.
Then it's as simple as ```make``` followed by ```make install``` and you're
ready to go.

0 comments on commit a9122f6

Please sign in to comment.