tUpdate README - cngf-pf-exp1 - experiments for first paper with continuum granular model
 (HTM) git clone git://src.adamsgaard.dk/manus_continuum_granular1_exp
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit bb6b1dcdcdb363a28af1f63ca1a7881a8b91fca0
 (DIR) parent 5b1ea93b8d8fc4dec57c856931ee0c2eca03cc2d
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Thu, 10 Oct 2019 19:11:33 +0200
       
       Update README
       
       Diffstat:
         M README.md                           |      12 +++++-------
       
       1 file changed, 5 insertions(+), 7 deletions(-)
       ---
 (DIR) diff --git a/README.md b/README.md
       t@@ -1,20 +1,18 @@
       -# Experiment repository for manuscript "Deep slip in subglacial tills from water-pressure memory"
       -[![pipeline status](https://gitlab.com/admesg/continuum_granular_exp_manus1/badges/master/pipeline.svg)](https://gitlab.com/admesg/continuum_granular_exp_manus1/commits/master)
       +# Experiment repository for "Deep slip in subglacial tills from water-pressure memory"
        
        ## Requirements
       -- [Git](https://git-scm.com/)
        - A C99-compatible C compiler, e.g. `gcc` (from [GCC](https://gcc.gnu.org)) or `clang` (from [LLVM](http://llvm.org))
        - [Gnuplot](http://gnuplot.info)
        
       -## How to use
       +## Usage
        ```
       -$ git clone https://gitlab.com/admesg/continuum_granular_exp_manus1
       -$ cd continuum_granular_exp_manus1
       +$ git clone git://src.adamsgaard.dk/manus_continuum_granular1_exp
       +$ cd manus_continuum_granular1_exp
        $ make -j
        ```
        
        ## Author
       -- Anders Damsgaard
       +Anders Damsgaard
        
        ## License
        This is free software, see `LICENSE.md` for details.