mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-13 07:37:22 +01:00
fix: go version in ARMv6 section of INSTALL.md
This commit is contained in:
committed by
GitHub
parent
2d093ac183
commit
a4ae57f9e9
@@ -127,7 +127,7 @@ the following commands for your OS:
|
|||||||
isn't, then the target REPO HAS BEEN MODIFIED, and you shouldn't install
|
isn't, then the target REPO HAS BEEN MODIFIED, and you shouldn't install
|
||||||
this version of Go. If it matches, then proceed to install Go:
|
this version of Go. If it matches, then proceed to install Go:
|
||||||
```
|
```
|
||||||
tar -C /usr/local -xzf go1.17.1.linux-armv6l.tar.gz
|
tar -C /usr/local -xzf go1.18.linux-armv6l.tar.gz
|
||||||
export PATH=$PATH:/usr/local/go/bin
|
export PATH=$PATH:/usr/local/go/bin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user