Browse Source

Merge pull request #352 from dimitris-t/patch-1

Fix typo
renovate/lint-staged-8.x
Ben Woosley 7 years ago
committed by GitHub
parent
commit
a2ef6aca4f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ADVANCED.md

2
ADVANCED.md

@ -52,7 +52,7 @@ Download the [lnd binary](https://github.com/lightninglabs/lightning-app/tree/ma
#### Compile lnd
You can [compile](https://github.com/lightningnetwork/lnd/blob/master/docs/INSTALL.md) `lnd` from source to have the latest development version. This allows you to use [`lncli`](http://dev.lightning.community/overview/#lnd-interfaces) in addition to Zap, and run a seperate `lnd` instance with [custom](http://dev.lightning.community/guides/installation/#lnd) configuration. Zap will detect the separate `lnd` instance and use it as the backend client.
You can [compile](https://github.com/lightningnetwork/lnd/blob/master/docs/INSTALL.md) `lnd` from source to have the latest development version. This allows you to use [`lncli`](http://dev.lightning.community/overview/#lnd-interfaces) in addition to Zap, and run a separate `lnd` instance with [custom](http://dev.lightning.community/guides/installation/#lnd) configuration. Zap will detect the separate `lnd` instance and use it as the backend client.
For Zap to run properly without any custom `lnd` setup, copy the `lnd` binary to the [appropriate location](#lnd-location) for your OS.

Loading…
Cancel
Save