From 495afe9248e5f7c82c6fa9b97781e83142774d97 Mon Sep 17 00:00:00 2001 From: openoms Date: Mon, 3 Jun 2019 07:51:10 +0100 Subject: [PATCH] more instructions --- lnd.from.source.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lnd.from.source.sh b/lnd.from.source.sh index d77f47a..6d8b410 100644 --- a/lnd.from.source.sh +++ b/lnd.from.source.sh @@ -5,8 +5,11 @@ #### Build from Source # To quickly catch up get latest patches if needed -repo="github.com/lightningnetwork/lnd" +aarepo="github.com/lightningnetwork/lnd" echo "Paste the latest or desired commit ID to checkout from: https://github.com/lightningnetwork/lnd/commits/master" +echo "Example:" +echo "4068e78af690f9b4a598de1f3f0b21b5560dd146" +echo "and press ENTER" read commit # commit="580509191007617afa6da4b6b0151b4b5313eb72"