Merge pull request #4981 from lightningnetwork/halseth-patch-1

docs: correct sign command
This commit is contained in:
Johan T. Halseth 2021-02-04 19:20:40 +01:00 committed by GitHub
commit ce01cdd7d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -122,7 +122,7 @@ signature during signing.
Assuming `USERNAME` is your current nick as a developer, then the following
command will generate a proper signature:
```
gpg --detach-sig --output manifest-USERNAME-TAG-txt.asc --clear-sign manifest-TAG.txt
gpg --detach-sig --output manifest-USERNAME-TAG.txt.asc --clear-sign manifest-TAG.txt
```