Skip to content
This repository was archived by the owner on Apr 22, 2022. It is now read-only.

Commit 3cb9eb2

Browse files
authored
Added instructions on how to build ipe
Instructions on how to build ipe from a local checkout (closes #47).
1 parent 0ff81ca commit 3cb9eb2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ or simply
4444
$ go install github.com/dimiro1/ipe
4545
```
4646

47+
Building from a local checkout
48+
49+
```console
50+
$ git clone https://github.com/dimiro1/ipe.git
51+
$ cd ipe/cmd
52+
$ go build -o ipe
53+
```
54+
4755
# How to configure?
4856

4957
## The server

0 commit comments

Comments
 (0)