mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-09 06:04:12 +00:00
Add new Go modules stuff
This commit is contained in:
committed by
Andrey Smirnov
parent
0146411483
commit
19db62d74f
+3
-4
@@ -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``.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user