mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-20 13:34:32 +01:00
docs: correct sign command
This commit is contained in:
parent
2d9a030ae5
commit
b4d66662b9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue