aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2016-04-20 08:13:04 +0000
committerPjotr Prins2016-04-20 08:13:04 +0000
commit94459e2cb31cbbd2f3f58c74e26dd762e981f7da (patch)
treec5c0288964670385a1d36ee81511fb50c92b790c
parent847f911257e66be454f16443ac53c107064eb6aa (diff)
downloadgenenetwork2-94459e2cb31cbbd2f3f58c74e26dd762e981f7da.tar.gz
[PATCH 010/100] README
-rw-r--r--doc/README.org12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/README.org b/doc/README.org
index f6ab6a52..9206cd35 100644
--- a/doc/README.org
+++ b/doc/README.org
@@ -3,7 +3,6 @@
* Table of Contents :TOC:
- [[#introduction][Introduction]]
- [[#binary-deployment][Binary deployment]]
- - [[#from-source-deployment][From source deployment]]
* Introduction
@@ -15,14 +14,3 @@ explain the GeneNetwork deployment system which is based on GNU Guix
NYA
-* From source deployment
-
-GNU Guix allows for [[https://github.com/pjotrp/guix-notes/blob/master/REPRODUCIBLE.org][reproducible deployment]] based on a checked out
-Guix repository - use gn-stable for that:
-
-#+begin_src sh :lang bash
-mkdir genenetwork
-cd genenetwork
-git checkout https://github.com/genenetwork/guix.git gn-stable-guix
-git checkout https://github.com/genenetwork/guix-bioinformatics.git
-#+end_src