aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorArun Isaac2021-12-10 15:39:57 +0530
committerArun Isaac2021-12-10 15:39:57 +0530
commitc45b39ff980d74c74ac1e76228b2da9a15fc9f65 (patch)
tree443b15eff50e37ea9f942667303f7c3dcaec25f0 /README.org
parent1b2312ffd5f30e9c0ff2e7dfb8bdead0c15052a3 (diff)
downloadccwl-c45b39ff980d74c74ac1e76228b2da9a15fc9f65.tar.gz
ccwl-c45b39ff980d74c74ac1e76228b2da9a15fc9f65.tar.lz
ccwl-c45b39ff980d74c74ac1e76228b2da9a15fc9f65.zip
README: Recommend upstream Guix package for installation.
* README.org (Installation)[Using Guix]: Recommend upstream Guix package.
Diffstat (limited to 'README.org')
-rw-r--r--README.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.org b/README.org
index f8190b3..2206f85 100644
--- a/README.org
+++ b/README.org
@@ -49,10 +49,10 @@ directory with the container.
** Using Guix
The easiest and best way (considering reproducibility) is to install
-ccwl through [[https://guix.gnu.org/][GNU Guix]]. The Guix package definition for ccwl is in the
-file /guix.scm/. You can use it to install ccwl by running
+ccwl through [[https://guix.gnu.org/][GNU Guix]]. ccwl is packaged for Guix and can be installed
+by running
#+BEGIN_SRC shell
- $ guix package -if guix.scm
+ $ guix install ccwl
#+END_SRC
** Manually from source