diff options
author | Arun Isaac | 2021-12-10 15:39:57 +0530 |
---|---|---|
committer | Arun Isaac | 2021-12-10 15:39:57 +0530 |
commit | c45b39ff980d74c74ac1e76228b2da9a15fc9f65 (patch) | |
tree | 443b15eff50e37ea9f942667303f7c3dcaec25f0 | |
parent | 1b2312ffd5f30e9c0ff2e7dfb8bdead0c15052a3 (diff) | |
download | ccwl-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.
-rw-r--r-- | README.org | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |