aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPjotr Prins2015-09-18 13:00:47 +0900
committerPjotr Prins2015-09-18 13:00:47 +0900
commit7060a16a8448e650a7bfa22776d6e17f620afb76 (patch)
tree6c2d3ab485556dbdbbe3136d58f3f21d180210c3 /README.md
parent6d3ecd07a055704a598069ca08357706183efc16 (diff)
downloadguix-bioinformatics-7060a16a8448e650a7bfa22776d6e17f620afb76.tar.gz
README
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index cf8efa6..94ca0ed 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,13 @@ Bioinformatics packages for GNU Guix that are used in http://genenetwork.org/.
See [Guix Notes](https://github.com/pjotrp/guix-notes/blob/master/HACKING.org) for hacking GNU Guix.
Set the GUIX_PACKAGE_PATH to point to the root of this directory
-before running Guix.
+before running Guix. E.g.
+
+: env GUIX_PACKAGE_PATH=../guix-bioinformatics/ guix package -A cwl
+
+or from the checked out Guix repo
+
+: env GUIX_PACKAGE_PATH=../guix-bioinformatics/ ./pre-inst-env guix package -A cwl
Some of these package definitions should make it upstream into the GNU
Guix repository when tested and stable.