Skip to content

Commit

Permalink
README: Point to latest release for install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hejsil committed Jul 5, 2024
1 parent d7d7565 commit a6c50ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ dipm uninstall fzf # Uninstall fzf
# How to install

```sh
curl -L https://github.com/hejsil/dipm/releases/download/0.9.0/dipm-x86_64-linux-musl > /tmp/dipm &&
curl -L https://github.com/Hejsil/dipm/releases/latest/download/dipm-x86_64-linux-musl > /tmp/dipm &&
chmod +x /tmp/dipm &&
/tmp/dipm install dipm &&
rm /tmp/dipm
Expand Down

0 comments on commit a6c50ae

Please sign in to comment.