2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-01 03:20:53 +00:00

node_client.asciidoc typo

Shell commands start with "$"
This commit is contained in:
quantumcthulhu 2020-11-29 22:37:35 +02:00 committed by GitHub
parent 030829e2b1
commit 73436baf5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -720,8 +720,8 @@ Once +go get+ finishes, you will have a sub-directory under +GOPATH+ that contai
LND uses the +make+ build system. To build the project, we change directory to LND's source code and then use +make+ like this:
----
cd $GOPATH/src/github.com/lightningnetwork/lnd
make && make install
$ cd $GOPATH/src/github.com/lightningnetwork/lnd
$ make && make install
----
After several minutes you will have two new commands +lnd+ and +lncli+ installed. Try them out and check their version to ensure they are installed: