summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
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