From 4306b8325b5b22dcf18b89c3e04c9bcea74848a6 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Tue, 23 Feb 2021 14:03:56 +0100 Subject: The source tarball is also distributed! --- web-client-with-cache.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/web-client-with-cache.org b/web-client-with-cache.org index c7de071..6e89072 100644 --- a/web-client-with-cache.org +++ b/web-client-with-cache.org @@ -73,6 +73,18 @@ You will then be able to install the package: #+begin_src shell :eval no guix install guile-web-client-with-cache #+end_src + +If you don't have guix installed, you can still download the latest +distribution tarball and install it: + +#+begin_src shell :eval no + wget 'https://web-client-with-cache.planete-kraus.eu/source.tar.gz' + tar xf source.tar.gz + cd web-client-with-cache-* + ./configure + make + make install +#+end_src * Using the cache #+cindex: using the cache -- cgit v1.2.3