docs: update docs to recommend golang 1.10

This commit is contained in:
Olaoluwa Osuntokun 2018-02-19 17:44:01 -08:00
parent 7f0dd8f28f
commit 236d53785d
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21

View File

@ -7,14 +7,16 @@
* **Go:** `lnd` is written in Go. To install, run one of the following commands:
**Note**: The minimum version of Go supported is Go 1.8.
**Note**: The minimum version of Go supported is Go 1.8. We recommend that
users use the latest version of Go, which at the time of writing is
[`1.10`](https://blog.golang.org/go1.10).
On Linux:
```
sudo apt-get install golang-1.8-go
sudo apt-get install golang-1.10-go
```
> Note that golang-1.8-go puts binaries in /usr/lib/go-1.8/bin. If you want them on your PATH, you need to make that change yourself.
> Note that golang-1.10-go puts binaries in /usr/lib/go-1.8/bin. If you want them on your PATH, you need to make that change yourself.
On Mac OS X
```