Skip to content

Commit 27a2f68

Browse files
Merge pull request #687 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 6df1997 + 402e4fd commit 27a2f68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/lnd/INSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ the following commands for your OS:
100100
<summary>Linux (x86-64)</summary>
101101

102102
```
103-
wget https://dl.google.com/go/go1.22.5.linux-amd64.tar.gz
103+
wget https://dl.google.com/go/go1.22.6.linux-amd64.tar.gz
104104
sha256sum go1.22.5.linux-amd64.tar.gz | awk -F " " '{ print $1 }'
105105
```
106106

107107
The final output of the command above should be
108-
`904b924d435eaea086515bc63235b192ea441bd8c9b198c507e85009e6e4c7f0`. If it
108+
`999805bed7d9039ec3da1a53bfbcafc13e367da52aa823cb60b68ba22d44c616`. If it
109109
isn't, then the target REPO HAS BEEN MODIFIED, and you shouldn't install
110110
this version of Go. If it matches, then proceed to install Go:
111111
```
@@ -123,7 +123,7 @@ the following commands for your OS:
123123
```
124124

125125
The final output of the command above should be
126-
`8c4587cf3e63c9aefbcafa92818c4d9d51683af93ea687bf6c7508d6fa36f85e`. If it
126+
`b566484fe89a54c525dd1a4cbfec903c1f6e8f0b7b3dbaf94c79bc9145391083`. If it
127127
isn't, then the target REPO HAS BEEN MODIFIED, and you shouldn't install
128128
this version of Go. If it matches, then proceed to install Go:
129129
```

0 commit comments

Comments
 (0)