From 08edee6d8456b4eaaaa2379909757b901347b250 Mon Sep 17 00:00:00 2001 From: Carlos Cobo <toqueteos@gmail.com> Date: Sun, 27 Jul 2014 14:21:17 +0200 Subject: [PATCH] Simplify install + Note for git and hg. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d610f094..ed12471f 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,11 @@ Please put all issues regarding go IPFS _implementation_ in [this repo](https:// [Install Go](http://golang.org/doc/install). Then: ``` -git clone https://github.com/jbenet/go-ipfs -cd go-ipfs/cmd/ipfs -go get ./... -go install +go get github.com/jbenet/go-ipfs/cmd/ipfs ``` +NOTE: `git` and mercurial (`hg`) are required in order for `go get` to fetch all dependencies. + ## Usage ``` -- GitLab