Skip to content

Commit

Permalink
Always use latest version (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier authored Oct 22, 2022
1 parent 9c37737 commit 249ea74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/user/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ For *Windows* users, you would like to rename the extracted content name to `sub
Use `subalfred-aarch64-apple-darwin.zst` as an example.
- One line command:
```sh
curl -L https://github.com/hack-ink/subalfred/releases/download/v0.9.0-rc8/subalfred-aarch64-apple-darwin.zst | zstd -o subalfred -d && chmod u+x subalfred
curl -L https://github.com/hack-ink/subalfred/releases/latest/download/subalfred-aarch64-apple-darwin.zst | zstd -o subalfred -d && chmod u+x subalfred
```
- Multi-lines command:
```sh
curl -LO https://github.com/hack-ink/subalfred/releases/download/v0.9.0-rc8/subalfred-aarch64-apple-darwin.zst
curl -LO https://github.com/hack-ink/subalfred/releases/latest/download/subalfred-aarch64-apple-darwin.zst
zstd -o subalfred -d
chmod u+x subalfred
```
Expand Down

0 comments on commit 249ea74

Please sign in to comment.