diff options
author | Arun Isaac | 2022-08-25 15:07:19 +0530 |
---|---|---|
committer | Arun Isaac | 2022-08-25 16:44:47 +0530 |
commit | 4fe7da4391a503ac2188b97e1fa8cb5d8ec9857e (patch) | |
tree | 45f9fb4e1c70469d69535a4a50f3cf0cd1d9a381 | |
parent | 1d6ca680a125d2d04a4e42d6187790315b0180e0 (diff) | |
download | gn-machines-4fe7da4391a503ac2188b97e1fa8cb5d8ec9857e.tar.gz |
Document the required channels.
* README.org (GeneNetwork development container): Document the
required channels.
-rw-r--r-- | README.org | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,7 +7,9 @@ The GeneNetwork development container is run on /penguin2/. It runs continuous integration and continuous deployment services for genenetwork2, genenetwork3 and several other associated projects. -To build and install the container, on /penguin2/, run +To build and install the container, you will need the +guix-bioinformatics and guix-forge channels. Once these channels are +pulled and available, on /penguin2/, run #+BEGIN_SRC shell $ ./genenetwork-development-deploy.sh #+END_SRC |