Skip to content

Commit

Permalink
release: 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hejsil committed Jun 28, 2024
1 parent f90c75f commit 87de965
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.8.0/dipm-x86_64-linux-musl > /tmp/dipm &&
curl -L https://github.com/hejsil/dipm/releases/download/0.9.0/dipm-x86_64-linux-musl > /tmp/dipm &&
chmod +x /tmp/dipm &&
/tmp/dipm install dipm &&
rm /tmp/dipm
Expand Down

0 comments on commit 87de965

Please sign in to comment.