We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1132d73 + c948c9d commit 33a2234Copy full SHA for 33a2234
README.md
@@ -84,7 +84,7 @@ fi
84
if [ -n "$triple" ]; then
85
URL="https://github.com/mbhall88/psdm/releases/download/${version}/psdm-${version}-${triple}.tar.gz"
86
wget "$URL" -O - | tar -xzf -
87
- ./psdm --help
+ ./psdm-${version}-${triple}/psdm --help
88
fi
89
```
90
@@ -100,7 +100,7 @@ An example of downloading one of these binaries using `wget`
100
$ version="0.3.0"
101
$ URL="https://github.com/mbhall88/psdm/releases/download/${version}/psdm-${version}-x86_64-unknown-linux-musl.tar.gz"
102
$ wget "$URL" -O - | tar -xzf -
103
-$ ./psdm --help
+$ ./psdm*/psdm --help
104
105
106
If these binaries do not work on your system please raise an issue and I will
0 commit comments