diff options
author | Arun Isaac | 2021-12-10 15:44:28 +0530 |
---|---|---|
committer | Arun Isaac | 2021-12-10 15:47:39 +0530 |
commit | aceca96e42068fc477a88f8b938becdddb75fa41 (patch) | |
tree | 72e8e31e7ee8b5e4d1504c515b9d4670c76ee94f | |
parent | c45b39ff980d74c74ac1e76228b2da9a15fc9f65 (diff) | |
download | ccwl-aceca96e42068fc477a88f8b938becdddb75fa41.tar.gz ccwl-aceca96e42068fc477a88f8b938becdddb75fa41.tar.lz ccwl-aceca96e42068fc477a88f8b938becdddb75fa41.zip |
README: Recommend Guix to set up a development environment.
* README.org (Contributing): Recommend Guix to set up a development
environment.
-rw-r--r-- | README.org | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -82,6 +82,12 @@ Feedback, suggestions, feature requests, bug reports and pull requests are all welcome. Unclear and unspecific error messages are considered a bug. Do report them! +To hack on ccwl, you can use GNU Guix to quickly drop into a +development environment by running +#+BEGIN_SRC shell + $ guix shell -Df guix.scm +#+END_SRC + * License ccwl is free software released under the terms of the [[https://www.gnu.org/licenses/gpl.html][GNU General |