projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b9fbcb
)
Update README.md
author
aeyk
<kennedy_malik@yahoo.com>
Fri, 11 Apr 2014 10:11:45 +0000
(06:11 -0400)
committer
aeyk
<kennedy_malik@yahoo.com>
Fri, 11 Apr 2014 10:11:45 +0000
(06:11 -0400)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index 4535f0aee7cb11b3cad603a16202ab5c160a210a..b6ae9e054871837c088e8b53022f77f7226d8ee2 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-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