summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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