From 318bc010fd842ef6ef436b25bb35c73d069b332a Mon Sep 17 00:00:00 2001 From: Chris Kite Date: Fri, 5 Jan 2018 15:12:01 -0600 Subject: [PATCH] update README.md build instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9361353..c728767 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,12 @@ $ dope self-update # install the latest version of dope $ dope check my_other_repo # check if an update is available ``` + +## Building/Releasing +Build with go >= 1.9.2 + +```$ go build``` + +Tag and push git, create a release on github, upload binaries for linux and darwin amd64. + +Darwin binaries must be built on an OSX host.