Clarify go version required in README. #2

This commit is contained in:
Andrey Smirnov
2014-01-25 23:10:22 +04:00
parent 898f726659
commit 899a28cc27

View File

@@ -37,6 +37,8 @@ Download
Binary executables (depends almost only on libc) are available for download from `Bintray <http://dl.bintray.com/smira/aptly/>`_.
If you have Go environment set up, you can build aptly from source by running::
If you have Go environment set up, you can build aptly from source by running (go 1.1+ required)::
go get github.com/smira/aptly
If you don't have Go installed (or older version), you can easily install Go using `gvm <https://github.com/moovweb/gvm/>`_.