From 32072ab20b16419a668992b03d4fc790e9566221 Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Mon, 7 Nov 2016 10:17:25 +0100 Subject: [PATCH] Add Install instructions (fix #2) --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index ea3278a..1ddf2cf 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ # protoc-gen-gotemplate :open_file_folder: protocol generator + golang text/template (protobuf) + +Generic protocol buffer generator backed by Golang's [text/template](https://golang.org/pkg/text/template). + +## Usage + +See [examples](./examples). + +## Install + +* Install the **Go** compiler and tools from https://golang.org/doc/install +* Install **protobuf**: `go get -u github.com/golang/protobuf/{proto,protoc-gen-go}` +* Install **protoc-gen-gotemplate**: `go get -u github.com/moul/protoc-gen-gotemplate` + +## License + +MIT