mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-21 13:23:09 +01:00
Update binary.md
There was a slash missed in the URL in the download and extract snippet.
This commit is contained in:
@@ -24,7 +24,7 @@ Choose the archive matching the destination platform:
|
||||
And extract diun:
|
||||
|
||||
```shell
|
||||
wget -qO- [[ config.repo_url ]]releases/download/v[[ git.tag | trim('v') ]]/diun_[[ git.tag | trim('v') ]]_linux_amd64.tar.gz | tar -zxvf - diun
|
||||
wget -qO- [[ config.repo_url ]]/releases/download/v[[ git.tag | trim('v') ]]/diun_[[ git.tag | trim('v') ]]_linux_amd64.tar.gz | tar -zxvf - diun
|
||||
```
|
||||
|
||||
After getting the binary, it can be tested with [`./diun --help`](../usage/command-line.md#global-options) command
|
||||
|
||||
Reference in New Issue
Block a user