We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b013f0b commit 06feb07Copy full SHA for 06feb07
README.md
@@ -8,7 +8,7 @@ Download latest binaries from the releases page. https://github.com/npub1zenn0/g
8
9
```sh
10
$ # You'll have to fix the version
11
-$ VERSION=v0.0.0 wget "https://github.com/npub1zenn0/go-git-nostr/releases/download/$VERSION/git-nostr-{send,show}-$VERSION-linux-amd64.tar.gz"
+$ VERSION=v0.0.0 wget https://github.com/npub1zenn0/go-git-nostr/releases/download/$VERSION/git-{send,show}-nostr-$VERSION-linux-amd64.tar.gz
12
$ tar -xzf <file>.tar.gz
13
```
14
0 commit comments