summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-02-23 14:03:56 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2021-02-23 14:03:56 +0100
commit4306b8325b5b22dcf18b89c3e04c9bcea74848a6 (patch)
tree7d807b3e6a98befdcf46f833f5ddf2765265682d
parent361fd40c4e1a3c68f05735e2f8e03f65c5a3a2d7 (diff)
The source tarball is also distributed!0.3.4
-rw-r--r--web-client-with-cache.org12
1 files changed, 12 insertions, 0 deletions
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