From a138d0111dcb9b58ae60cfd24dae72a38723fece Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Sun, 26 Mar 2017 19:24:32 +0300 Subject: [PATCH] Update README to use `go install` which will build with version --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 19a9ed08..1c7d955b 100644 --- a/README.rst +++ b/README.rst @@ -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``.