Updated the README

Explained how to use godep to get the source and dependencies.
This commit is contained in:
claudemiro
2015-01-19 03:43:25 -03:00
parent 67676742a9
commit ef756d789a
+2 -4
View File
@@ -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. 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 ```console
$ godep restore $ go get github.com/tools/godep
$ go install github.com/dimiro1/ipe $ godep get github.com/dimiro1/ipe
``` ```
# How to configure? # How to configure?