Add new Go modules stuff

This commit is contained in:
Andrey Smirnov
2019-09-27 00:49:56 +03:00
committed by Andrey Smirnov
parent 0146411483
commit 19db62d74f
6 changed files with 172 additions and 10 deletions
+3 -4
View File
@@ -66,10 +66,9 @@ Binary executables (depends almost only on libc) are available for download from
If you have Go environment set up, you can build aptly from source by running (go 1.11+ required)::
mkdir -p $GOPATH/src/github.com/aptly-dev/aptly
git clone https://github.com/aptly-dev/aptly $GOPATH/src/github.com/aptly-dev/aptly
cd $GOPATH/src/github.com/aptly-dev/aptly
make install
git clone https://github.com/aptly-dev/aptly
cd aptly
make modules install
Binary would be installed to ``$GOPATH/bin/aptly``.