From 41a4df261e6148ecd294c0489474bddb87c99d4d Mon Sep 17 00:00:00 2001 From: aeyk Date: Fri, 11 Apr 2014 06:11:45 -0400 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 4535f0aee..b6ae9e054 100644 --- 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