From 603c0f33c0aa7a91a029e9c3fb9050c312f09d25 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Sun, 21 Feb 2021 19:50:58 +0100 Subject: Indicate how to install --- web-client-with-cache.org | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3