mirror of
https://github.com/crazy-max/diun.git
synced 2025-04-10 13:57:31 +00:00
Update binary.md
There was a slash missed in the URL in the download and extract snippet.
This commit is contained in:
parent
65ac26638e
commit
26022a8e69
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ Choose the archive matching the destination platform:
|
||||||
And extract diun:
|
And extract diun:
|
||||||
|
|
||||||
```shell
|
```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
|
After getting the binary, it can be tested with [`./diun --help`](../usage/command-line.md#global-options) command
|
||||||
|
|
Loading…
Add table
Reference in a new issue