Skip to content

Commit

Permalink
Merge pull request #73 from orbitalturtle/instruction-typo
Browse files Browse the repository at this point in the history
Fix README make instruction typos
  • Loading branch information
orbitalturtle authored Sep 13, 2023
2 parents 0de819a + 42eacec commit 4866b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ git checkout v0.16.2-patch-customfeatures

While on this branch, compile `LND`. Make sure that the peersrpc and signerrpc services and dev tag are enabled, like this:

`make install --tags="peersrpc signerrpc dev"`
`make install tags="peersrpc signrpc dev"`

Note that this guide assumes some familiarity with setting up `LND`. If you're looking to get up to speed, try [this guide](https://docs.lightning.engineering/lightning-network-tools/lnd/run-lnd).

Expand Down

0 comments on commit 4866b55

Please sign in to comment.