From 22cd628ba8d558e5e0eb8487299efa67902daa57 Mon Sep 17 00:00:00 2001 From: Tiziano Santoro Date: Tue, 27 Dec 2016 23:30:18 +0000 Subject: [PATCH] update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2e6795d..0bbc956 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,14 @@ https://github.com/tiziano88/elm-protobuf/blob/master/protoc-gen-elm/go_tests/te ## How to install +### Release + +The simplest way to install the plugin is to download a pre-compiled binary from +https://github.com/tiziano88/elm-protobuf/releases , then unpack it and copy or +move the `protoc-gen-elm` binary somewhere in your `$PATH`. + +### From source + - Make sure that you have a Go environment correctly set up, and that `$GOPATH/bin` is included in your `$PATH`. See https://golang.org/doc/install for info.