manus_continuum_granular1_exp

Experiments for first paper with continuum granular model
git clone git://src.adamsgaard.dk/.manus_continuum_granular1_exp
Log | Files | Refs | Submodules | README | LICENSE

commit 87f1323fbdb38ea5cb2236101abfb91d0ada980c
parent b04c50c87e75349c69499f0ebbabf3e09ea6c8a0
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 24 Jun 2019 17:53:47 +0200

Add requirements and pipeline badge to README

Diffstat:
MREADME.md | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -1,4 +1,10 @@ # 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) + +## 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 ```