Updated the README

Explained how to use godep to get the source and dependencies.
This commit is contained in:
claudemiro
2015-01-19 03:42:01 -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.
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?