From 08b7b62d11ca29630d89eec92fcd13aa975302a3 Mon Sep 17 00:00:00 2001 From: David Hill Date: Wed, 7 Dec 2016 15:50:27 -0500 Subject: [PATCH] Update installation instructions (#17) --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index d5e57ae..0df82d5 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,6 @@ mature project.** ## Installation -Currently zkc must be compiled and installed using an install script. The -reason for this is to embed the git digest in the binary. This will change at -some point in the future but for now simply run install.sh. See Build from -Source for details. - #### Windows/Linux/BSD/MacOSX/POSIX - Build from Source - Install Go according to the installation instructions here: @@ -39,7 +34,7 @@ $ go get -u github.com/Masterminds/glide $ git clone https://github.com/companyzero/zkc $ cd $GOPATH/src/github.com/companyzero/zkc $ glide install -$ ./install.sh +$ go install ./... ``` - zkc (and utilities) will now be installed in ```$GOPATH/bin```. If you did