mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
docs: update docs to recommend golang 1.10
This commit is contained in:
parent
7f0dd8f28f
commit
236d53785d
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user