aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGibheer <gibheer@gmail.com>2015-07-24 12:32:16 +0200
committerGibheer <gibheer@gmail.com>2015-07-24 12:32:16 +0200
commit616d43e8be63f41f34bfbb6e085d77b7f971057c (patch)
tree8e3ac6cb3af196d3511ab2257e0eebe7fc9a8935
parent8fe910f298c6ab24632053ccd578fc484a9b929f (diff)
make installation easier with go get
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1df46e8..4ab20c9 100644
--- a/README.md
+++ b/README.md
@@ -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
-----