[readme] Update release executable links.
This commit is contained in:
parent
67df2322a1
commit
db5a88e53d
1 changed files with 7 additions and 7 deletions
|
@ -33,10 +33,10 @@ As a shortcut, the following are the self-contained and statically linked
|
||||||
all-in-one server and archiver executables
|
all-in-one server and archiver executables
|
||||||
(for x86_64 / amd64 processors):
|
(for x86_64 / amd64 processors):
|
||||||
|
|
||||||
* `<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>`__
|
||||||
* `<https://github.com/volution/kawipiko/releases/download/preview/kawipiko--freebsd>`__
|
* `<https://github.com/volution/kawipiko/releases/download/preview/kawipiko-wrapper--freebsd--v0.1.0--preview>`__
|
||||||
* `<https://github.com/volution/kawipiko/releases/download/preview/kawipiko--openbsd>`__
|
* `<https://github.com/volution/kawipiko/releases/download/preview/kawipiko-wrapper--openbsd--v0.1.0--preview>`__
|
||||||
* `<https://github.com/volution/kawipiko/releases/download/preview/kawipiko--darwin>`__
|
* `<https://github.com/volution/kawipiko/releases/download/preview/kawipiko-wrapper--darwin--v0.1.0--preview>`__
|
||||||
|
|
||||||
|
|
||||||
For example, assuming one wants the ``preview`` version,
|
For example, assuming one wants the ``preview`` version,
|
||||||
|
@ -45,19 +45,19 @@ one can run the following commands: ::
|
||||||
curl \
|
curl \
|
||||||
-s -S -f -L \
|
-s -S -f -L \
|
||||||
-o /tmp/kawipiko-server \
|
-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 \
|
curl \
|
||||||
-s -S -f -L \
|
-s -S -f -L \
|
||||||
-o /tmp/kawipiko-archiver \
|
-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 \
|
curl \
|
||||||
-s -S -f -L \
|
-s -S -f -L \
|
||||||
-o /tmp/kawipiko \
|
-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
|
chmod a=rx /tmp/kawipiko-server
|
||||||
|
|
Loading…
Reference in a new issue