From a5d94d3b7f48b54d762d3421014b2d6031b174c6 Mon Sep 17 00:00:00 2001 From: Juan Batiz-Benet Date: Tue, 22 Jul 2014 02:38:03 -0700 Subject: [PATCH] get deps in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9a6907a99..d610f094c 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Please put all issues regarding go IPFS _implementation_ in [this repo](https:// ``` git clone https://github.com/jbenet/go-ipfs cd go-ipfs/cmd/ipfs +go get ./... go install ```