From bf5cd6882601146713af9999647969a01cc04671 Mon Sep 17 00:00:00 2001 From: Konstantin Gribov Date: Wed, 25 Feb 2015 20:40:25 +0300 Subject: [PATCH] Added build instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3571a98..0245360 100644 --- a/README.md +++ b/README.md @@ -84,3 +84,11 @@ Someday soon the Docker command line will allow dumping the image and container # Download For now, download binaries from Gobuild: + +# Build + +```bash +go get github.com/jessevdk/go-flags +go build +``` +