0
0
Fork 0

make installation easier with go get

This commit is contained in:
Gibheer 2015-07-24 12:32:16 +02:00
parent 8fe910f298
commit 616d43e8be
1 changed files with 3 additions and 2 deletions

View File

@ -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
-----