From 42eacec646846ccb4c9523121bdf57e83520e185 Mon Sep 17 00:00:00 2001 From: Orbital Date: Mon, 11 Sep 2023 21:44:21 -0500 Subject: [PATCH] Fix README make instruction typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c751325c..67db32bb 100644 --- a/README.md +++ b/README.md @@ -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).