From 616d43e8be63f41f34bfbb6e085d77b7f971057c Mon Sep 17 00:00:00 2001 From: Gibheer Date: Fri, 24 Jul 2015 12:32:16 +0200 Subject: [PATCH] make installation easier with go get --- README.md | 5 +++-- 1 file 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 -----