aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpjotrp2016-02-14 10:33:05 +0100
committerPjotr Prins2016-04-20 08:19:20 +0000
commit73ef712f3fd02df7ffa84a2b35ee5648f689d31b (patch)
tree02d9b2e6fb1ffcf42d22589a127ffa72db8afcdb
parent0ddefeab559746b6ab89a20e07edc1c04ee76e28 (diff)
downloadgenenetwork2-73ef712f3fd02df7ffa84a2b35ee5648f689d31b.tar.gz
README: add URL
-rw-r--r--doc/README.org12
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/README.org b/doc/README.org
index 9206cd35..8e0823de 100644
--- a/doc/README.org
+++ b/doc/README.org
@@ -2,7 +2,8 @@
* Table of Contents :TOC:
- [[#introduction][Introduction]]
- - [[#binary-deployment][Binary deployment]]
+ - [[#binary-deployment-wip][Binary deployment (WIP)]]
+ - [[#source-deployment-and-other-information-on-reproducibility][Source deployment and other information on reproducibility]]
* Introduction
@@ -10,7 +11,12 @@ Large system deployments tend to get very complex. In this document we
explain the GeneNetwork deployment system which is based on GNU Guix
(see Pjotr's [[https://github.com/pjotrp/guix-notes/blob/master/README.md][Guix-notes]]).
-* Binary deployment
+* Binary deployment (WIP)
-NYA
+GN can be deployed either as a binary tarball or as a GNU Guix
+package.
+
+* Source deployment and other information on reproducibility
+
+See the document [[GUIX-Reproducible-from-source.org]].