mirror of
https://github.com/lnbook/lnbook
synced 2024-11-18 21:28:03 +00:00
node_client.asciidoc typo
Shell commands start with "$"
This commit is contained in:
parent
030829e2b1
commit
73436baf5f
@ -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:
|
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
|
$ cd $GOPATH/src/github.com/lightningnetwork/lnd
|
||||||
make && make install
|
$ 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:
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user