node_client.asciidoc typo

Shell commands start with "$"
pull/559/head
quantumcthulhu 4 years ago committed by GitHub
parent 030829e2b1
commit 73436baf5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save