aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEfraim Flashner2023-06-28 12:52:50 +0300
committerEfraim Flashner2023-07-19 15:44:33 +0300
commitc886655cea330037bda00a07d6d1708d435f4daf (patch)
treedd308f134a1e5b694634bd61516945945939ab34 /README.md
parent88006dd282fc2945cd9cd510ef336e9c077cc8ce (diff)
downloadgenenetwork2-c886655cea330037bda00a07d6d1708d435f4daf.tar.gz
Also have repository function as a guix channel
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index e5a50fac..dbb979df 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,23 @@ git and sending us pull requests.
For development GN2 has a room on matrix. Ask us for an invitation.
+## Installing development snapshots with Guix
+
+The Genenetwork repository can be used as a Guix “channel”. To do that, change
+~/.config/guix/channels.scm along these lines:
+
+ (append (list (channel
+ (name 'genenetwork2)
+ (url "https://github.com/genenetwork/genenetwork2.git")))
+ %default-channels)
+
+ Once that is done, run ‘guix pull’. This will give you additional ‘genenetwork2’
+ packages with higher version numbers:
+
+ guix package -A genenetwork2
+
+ You can then install it with ‘guix install genenetwork2’ or similar.
+
## License
The GeneNetwork2 source code is released under the Affero General