diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-03-14 13:28:00 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-03-14 13:28:00 +0100 |
commit | 46939f1c1d98cdd5a7a716173babe0e0bc54a3ef (patch) | |
tree | 0c1429e9d469a0968f7f000c32f3a81c5a8e4884 | |
parent | 008e764952e0281b7cda0ea8118d97dc32c1d80d (diff) |
Minor edits in README.md
Some minor edits to the newly added parts of `README.md'.
-rw-r--r-- | README.md | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -32,10 +32,10 @@ the pipeline is then discussed to help you navigate the files and their contents. This is followed by a checklist for the easy/fast customization of this pipeline to your exciting research. We continue with some tips and guidelines on how to manage or extend the pipeline as your research grows -based on our experiences with it so far. This file ends with a description -of possible future improvements that are planned for the pipeline (but not -yet implemented). As discussed above, we end with a short introduction on -the necessity of reproducible science in the appendix. +based on our experiences with it so far. The main body concludes with a +description of possible future improvements that are planned for the +pipeline (but not yet implemented). As discussed above, we end with a short +introduction on the necessity of reproducible science in the appendix. Please don't forget to share your thoughts, suggestions and criticisms on this pipeline. Maintaining and designing this pipeline is itself a separate @@ -808,8 +808,11 @@ future. much better solution than binary containers like [docker](https://www.docker.com/) which are essentially just a black box and only usable on the given CPU architecture. The initial running - of Nix or Guix and setting up the environment can also be included in - the `Makefile' of this pipeline to be fully automatic. + of Nix or Guix and setting up the environment can also be included in a + `Makefile` of this pipeline to be fully automatic. The software + tarballs (to be used by Nix or Guix) can also be uploaded/archived, as + we do now, and they can be instructed to get the tarballs for building + the environment from there. |