diff options
author | Gibheer <gibheer@gmail.com> | 2015-07-24 12:32:16 +0200 |
---|---|---|
committer | Gibheer <gibheer@gmail.com> | 2015-07-24 12:32:16 +0200 |
commit | 616d43e8be63f41f34bfbb6e085d77b7f971057c (patch) | |
tree | 8e3ac6cb3af196d3511ab2257e0eebe7fc9a8935 /README.md | |
parent | 8fe910f298c6ab24632053ccd578fc484a9b929f (diff) |
make installation easier with go get
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -30,9 +30,10 @@ Installation The project can be built with - go build + go get github.com/Gibheer/pkictl -from the main directory. This will create the binary `pkictl`. +which fetches all dependencies needed and builds the binary into your +$GOPATH/bin. Usage ----- |