From db5a88e53df95959a9f936717defc1842f9ad4e3 Mon Sep 17 00:00:00 2001 From: Ciprian Dorin Craciun Date: Sun, 28 Aug 2022 18:55:05 +0300 Subject: [PATCH] [readme] Update release executable links. --- documentation/installation.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/documentation/installation.rst b/documentation/installation.rst index 861f625..50060b0 100644 --- a/documentation/installation.rst +++ b/documentation/installation.rst @@ -33,10 +33,10 @@ As a shortcut, the following are the self-contained and statically linked all-in-one server and archiver executables (for x86_64 / amd64 processors): - * ``__ - * ``__ - * ``__ - * ``__ + * ``__ + * ``__ + * ``__ + * ``__ For example, assuming one wants the ``preview`` version, @@ -45,19 +45,19 @@ one can run the following commands: :: curl \ -s -S -f -L \ -o /tmp/kawipiko-server \ - https://github.com/volution/kawipiko/releases/download/preview/kawipiko-server--linux \ + https://github.com/volution/kawipiko/releases/download/preview/kawipiko-server--linux--v0.1.0--preview \ # curl \ -s -S -f -L \ -o /tmp/kawipiko-archiver \ - https://github.com/volution/kawipiko/releases/download/preview/kawipiko-archiver--linux \ + https://github.com/volution/kawipiko/releases/download/preview/kawipiko-archiver--linux--v0.1.0--preview \ # curl \ -s -S -f -L \ -o /tmp/kawipiko \ - https://github.com/volution/kawipiko/releases/download/preview/kawipiko--linux \ + https://github.com/volution/kawipiko/releases/download/preview/kawipiko-wrapper--linux--v0.1.0--preview \ # chmod a=rx /tmp/kawipiko-server