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?