Update binary.md

There was a slash missed in the URL in the download and extract snippet.
This commit is contained in:
Pascal Dietrich
2023-05-25 18:41:02 +02:00
committed by GitHub
parent 65ac26638e
commit 26022a8e69

View File

@@ -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