Skip to content

Commit

Permalink
chore: update download binary scriplet
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Jun 20, 2024
2 parents 1132d73 + c948c9d commit 33a2234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ fi
if [ -n "$triple" ]; then
URL="https://github.com/mbhall88/psdm/releases/download/${version}/psdm-${version}-${triple}.tar.gz"
wget "$URL" -O - | tar -xzf -
./psdm --help
./psdm-${version}-${triple}/psdm --help
fi
```

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

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

0 comments on commit 33a2234

Please sign in to comment.