Skip to content

Commit

Permalink
Fix README make instruction typos
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitalturtle committed Sep 12, 2023
1 parent 0de819a commit 42eacec
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 42eacec

Please sign in to comment.