Update README to use go install which will build with version

This commit is contained in:
Andrey Smirnov
2017-03-26 19:24:32 +03:00
parent af1adb44ce
commit a138d0111d
+1 -1
View File
@@ -69,7 +69,7 @@ If you have Go environment set up, you can build aptly from source by running (g
mkdir -p $GOPATH/src/github.com/smira/aptly
git clone https://github.com/smira/aptly $GOPATH/src/github.com/smira/aptly
cd $GOPATH/src/github.com/smira/aptly
go install .
make install
Binary would be installed to ```$GOPATH/bin/aptly``.