From 26022a8e697e38469503631ba325f9e6e7e27876 Mon Sep 17 00:00:00 2001 From: Pascal Dietrich <80521473+Cameo007@users.noreply.github.com> Date: Thu, 25 May 2023 18:41:02 +0200 Subject: [PATCH] Update binary.md There was a slash missed in the URL in the download and extract snippet. --- docs/install/binary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/binary.md b/docs/install/binary.md index 01b74b29..3aa79561 100644 --- a/docs/install/binary.md +++ b/docs/install/binary.md @@ -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