Skip to content

Commit

Permalink
Update installation instructions (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
dajohi authored and marcopeereboom committed Dec 7, 2016
1 parent f4f3047 commit 08b7b62
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 08b7b62

Please sign in to comment.