Skip to content

Commit 06feb07

Browse files
committed
readme: fix install command
Can't have {} in quotes. Also binary name was wrong.
1 parent b013f0b commit 06feb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Download latest binaries from the releases page. https://github.com/npub1zenn0/g
88

99
```sh
1010
$ # 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"
11+
$ VERSION=v0.0.0 wget https://github.com/npub1zenn0/go-git-nostr/releases/download/$VERSION/git-{send,show}-nostr-$VERSION-linux-amd64.tar.gz
1212
$ tar -xzf <file>.tar.gz
1313
```
1414

0 commit comments

Comments
 (0)