Skip to content

Commit 33a2234

Browse files
committed
chore: update download binary scriplet
2 parents 1132d73 + c948c9d commit 33a2234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ fi
8484
if [ -n "$triple" ]; then
8585
URL="https://github.com/mbhall88/psdm/releases/download/${version}/psdm-${version}-${triple}.tar.gz"
8686
wget "$URL" -O - | tar -xzf -
87-
./psdm --help
87+
./psdm-${version}-${triple}/psdm --help
8888
fi
8989
```
9090

@@ -100,7 +100,7 @@ An example of downloading one of these binaries using `wget`
100100
$ version="0.3.0"
101101
$ URL="https://github.com/mbhall88/psdm/releases/download/${version}/psdm-${version}-x86_64-unknown-linux-musl.tar.gz"
102102
$ wget "$URL" -O - | tar -xzf -
103-
$ ./psdm --help
103+
$ ./psdm*/psdm --help
104104
```
105105

106106
If these binaries do not work on your system please raise an issue and I will

0 commit comments

Comments
 (0)