Skip to content

Commit

Permalink
feat: 123
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperC286 committed Oct 3, 2024
1 parent 0fe3928 commit f071a81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ You first need to clone zsh-simple-abbreviations.

<!-- x-release-please-start-version -->
```sh
curl -sL "https://github.com/DeveloperC286/zsh-simple-abbreviations/archive/refs/tags/v1.0.0.tar.gz" | tar xz --directory "/tmp/" && rm -rf "${HOME}/.zsh-simple-abbreviations" && mv "/tmp/zsh-simple-abbreviations-v1.0.0" "${HOME}/.zsh-simple-abbreviations"
curl -sL "https://github.com/DeveloperC286/zsh-simple-abbreviations/archive/refs/tags/v1.0.0.tar.gz" | tar xz --directory "/tmp/"
rm -rf "${HOME}/.zsh-simple-abbreviations"
mv "/tmp/zsh-simple-abbreviations-v1.0.0" "${HOME}/.zsh-simple-abbreviations"
```
<!-- x-release-please-end -->

Expand Down

0 comments on commit f071a81

Please sign in to comment.