summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-02-21 19:50:58 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2021-02-21 19:50:58 +0100
commit603c0f33c0aa7a91a029e9c3fb9050c312f09d25 (patch)
treed8cb737c5b8cc12da296b833b3ec73c589a1f4e7
parent1507d203f86861c3a6ec82636f1cf6f30834963f (diff)
Indicate how to install0.3.1
-rw-r--r--web-client-with-cache.org26
1 files changed, 25 insertions, 1 deletions
diff --git a/web-client-with-cache.org b/web-client-with-cache.org
index 95b8a86..c7de071 100644
--- a/web-client-with-cache.org
+++ b/web-client-with-cache.org
@@ -17,7 +17,8 @@
#+texinfo_printed_title: Web Client with Cache
This manual is for the Guile Web Client with Cache (version
-{{{version}}}, {{{updated}}}).
+{{{version}}}, {{{updated}}}). The source code can be downloaded at
+[[https://labo.planete-kraus.eu/web-client-with-cache.git]].
* Copying
:PROPERTIES:
@@ -49,6 +50,29 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see [[https://www.gnu.org/licenses/]].
#+end_quote
+* Installation
+The preferred method to install the web client is through Guix. Make
+sure that your channels file (under =$HOME/.config/guix/channels.scm=)
+looks like this:
+
+#+begin_src scheme :eval no
+ (cons (channel
+ (name 'web-client-with-cache)
+ (url "https://labo.planete-kraus.eu/web-client-with-cache.git"))
+ %default-channels)
+#+end_src
+
+Then, run guix pull:
+
+#+begin_src shell :eval no
+ guix pull
+#+end_src
+
+You will then be able to install the package:
+
+#+begin_src shell :eval no
+ guix install guile-web-client-with-cache
+#+end_src
* Using the cache
#+cindex: using the cache