From c61a6b6dd8cf7571c95a3b1f209a5e39d21de1f1 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Tue, 21 Jan 2014 13:01:17 +0400 Subject: [PATCH] Make build instructions simpler. [ci skip] --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 0ecf6f3f..f327762e 100644 --- a/README.rst +++ b/README.rst @@ -39,5 +39,4 @@ 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 get -d -v github.com/smira/aptly - go install github.com/smira/aptly \ No newline at end of file + go get github.com/smira/aptly