Update README.md
authoraeyk <kennedy_malik@yahoo.com>
Sat, 12 Apr 2014 00:23:20 +0000 (20:23 -0400)
committeraeyk <kennedy_malik@yahoo.com>
Sat, 12 Apr 2014 00:23:20 +0000 (20:23 -0400)
Removed comment about make install as no install directive, added --recursive tag

README.md

index b6ae9e054871837c088e8b53022f77f7226d8ee2..b5074a870327b5f35bc2d5ed1095539f2f946874 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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