diff options
author | Joris | 2017-04-06 19:54:50 +0200 |
---|---|---|
committer | Joris | 2017-04-06 19:54:50 +0200 |
commit | 1d8b3c8c858e30f68bfacac47601be4993134b97 (patch) | |
tree | 16ae54898658db769e68576b1a7700b728691976 /README.md | |
parent | 8e828c405feab15941d6d9a02bbe21b35338207f (diff) |
README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -1,5 +1,7 @@ -Glycémie -======== +[Glycémie](https://guyonvarch.gitlab.io/glycemie) +================================================= + +[![build status](https://gitlab.com/guyonvarch/glycemie/badges/master/build.svg)](https://gitlab.com/guyonvarch/glycemie/commits/master) Getting started --------------- @@ -10,10 +12,16 @@ Install nix and follow the instructions: curl https://nixos.org/nix/install | sh ``` -Launch: +Start the environment with: ``` sh -./start +./make start ``` Open your browser at [http://localhost:9000](http://localhost:9000). + +Later, stop the environment with: + +```sh +./make stop +``` |