Added instructions on how to build ipe
Instructions on how to build ipe from a local checkout (closes #47).
This commit is contained in:
@@ -44,6 +44,14 @@ or simply
|
|||||||
$ go install github.com/dimiro1/ipe
|
$ go install github.com/dimiro1/ipe
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Building from a local checkout
|
||||||
|
|
||||||
|
```console
|
||||||
|
$ git clone https://github.com/dimiro1/ipe.git
|
||||||
|
$ cd ipe/cmd
|
||||||
|
$ go build -o ipe
|
||||||
|
```
|
||||||
|
|
||||||
# How to configure?
|
# How to configure?
|
||||||
|
|
||||||
## The server
|
## The server
|
||||||
|
|||||||
Reference in New Issue
Block a user