diff options
| author | Arun Isaac | 2026-06-21 14:16:40 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-06-21 14:53:45 +0100 |
| commit | 8add8ab66317215d772f4a82c6267b62688f9371 (patch) | |
| tree | 9003ba72c57b390acfc904b3add34af0fa5781ef | |
| parent | cd9e2391a765e69351a13fa335694b5cb062a6fa (diff) | |
| download | ccwl-8add8ab66317215d772f4a82c6267b62688f9371.tar.gz ccwl-8add8ab66317215d772f4a82c6267b62688f9371.tar.lz ccwl-8add8ab66317215d772f4a82c6267b62688f9371.zip | |
README: Document Singularity image usage.
| -rw-r--r-- | README.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.org b/README.org index 1f87197..30f4be4 100644 --- a/README.org +++ b/README.org @@ -21,6 +21,13 @@ If you don't have [[https://guix.gnu.org/][GNU Guix]] set up, the easiest way to is to using the provided software bundles---either using the Guix tarball pack or the Docker image. +*** Using singularity + +Download the Singularity image from [[https://github.com/arunisaac/ccwl/releases][the GitHub releases page]]. Then, run ccwl like so: +#+BEGIN_SRC shell + $ singularity exec ccwl.squashfs ccwl [ARGS...] +#+END_SRC + *** Using the Guix tarball pack Download the Guix tarball pack from [[https://github.com/arunisaac/ccwl/releases][the GitHub releases page]] and |
