Skip to content

Commit cd4ae90

Browse files
Leo Weesegitbook-bot
Leo Weese
authored andcommitted
GITBOOK-312: change request with no subject merged in GitBook
1 parent c710631 commit cd4ae90

8 files changed

+3
-3
lines changed

lightning-network-tools/lightning-terminal/get-lit.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: >-
3-
Learn how to run litd in integrated node, install litd alongside your existing
3+
Learn how to run litd in integrated mode, install litd alongside your existing
44
LND installation, or move an existing system to litd.
55
---
66

@@ -38,7 +38,7 @@ You can now execute the program from its location, or place it where the system
3838

3939
#### Prerequisites <a href="#docs-internal-guid-eb4075c6-7fff-64f4-e6ec-e91cb4ece7bf" id="docs-internal-guid-eb4075c6-7fff-64f4-e6ec-e91cb4ece7bf"></a>
4040

41-
1. You will need Go version 0.18 or higher. If you compiled LND from source this should already be installed on your system. [You can find detailed instructions here.](http://prerequisites)
41+
1. You will need Go version 0.19 or higher. If you compiled LND from source this should already be installed on your system. [You can find detailed instructions here.](http://prerequisites)
4242
2. You will need nodejs. [You can download and install it here](https://nodejs.org/en/download/). Most conveniently, you can install it with snap install node
4343
3. You will need yarn. [You can download it here](https://classic.yarnpkg.com/en/docs/install). Most conveniently, you can install it with npm install --global yarn
4444

lightning-network-tools/lightning-terminal/introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Lightning Node Connect (LNC) is a new mechanism to smoothly establish a connecti
5151
LNC makes use of LND’s existing gRPC interface. The node makes an outgoing connection to a web proxy, to which the user is able to navigate using their browser or application. Using a password-authenticated key exchange (PAKE), the established session can be end-to-end encrypted and authenticated between the user and their node.\
5252

5353

54-
Terminal Connect is implemented as part of Terminal and `litd 6.0`. It can be used by browser extensions, mobile wallets, lightning network explorers and other applications to connect directly to a Lightning node in order to manage it, make or receive payments and more.\
54+
Terminal Connect is implemented as part of Terminal and `litd 0.6`. It can be used by browser extensions, mobile wallets, lightning network explorers and other applications to connect directly to a Lightning node in order to manage it, make or receive payments and more.\
5555

5656

5757
[Read more about how Lightning Node Connect works.](lightning-node-connect.md)

0 commit comments

Comments
 (0)