Updated the README
Explained how to use godep to get the source and dependencies.
This commit is contained in:
@@ -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?
|
||||||
|
|||||||
Reference in New Issue
Block a user