Skip to content

Commit 2b753ad

Browse files
committed
Streamline instructions for fetching upstream tags.
1 parent 2524ebe commit 2b753ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contrib/remote_hsmd/NOTES.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ Setup
55

66
# Add an "upstream" reference and fetch all tags (needed for pyln-{proto,client,testing})
77
git remote add upstream [email protected]:ElementsProject/lightning.git
8-
git fetch --all --recurse-submodules
9-
git fetch --tags
8+
git fetch upstream --tags
109

1110
(cd contrib/remote_hsmd && \
1211
ln -s ../../../validating-lightning-signer/lightning-signer-server/src/server/remotesigner.proto)

0 commit comments

Comments
 (0)