From ef756d789af90a0904cf4c3cccf63d4797907eca Mon Sep 17 00:00:00 2001 From: claudemiro Date: Mon, 19 Jan 2015 03:42:01 -0300 Subject: [PATCH] Updated the README Explained how to use godep to get the source and dependencies. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d6471ba..8dfc60a 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,9 @@ This software is written in Go - the WYSIWYG lang This software use the standard GOPATH structure and Godep as "dependency manager", so, install [godep](https://github.com/tools/godep) first. -Then from the project directory execute: - ```console -$ godep restore -$ go install github.com/dimiro1/ipe +$ go get github.com/tools/godep +$ godep get github.com/dimiro1/ipe ``` # How to configure?