From 3cb9eb27e1d8abc6442480dd7e8bafa0bb4199a1 Mon Sep 17 00:00:00 2001 From: David Jean Louis Date: Wed, 19 Dec 2018 12:42:15 +0100 Subject: [PATCH] Added instructions on how to build ipe Instructions on how to build ipe from a local checkout (closes #47). --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 94d528d..03d969c 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,14 @@ or simply $ 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? ## The server