From 1d8b3c8c858e30f68bfacac47601be4993134b97 Mon Sep 17 00:00:00 2001 From: Joris Date: Thu, 6 Apr 2017 19:54:50 +0200 Subject: README --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ff01331..bec650c 100644 --- a/README.md +++ b/README.md @@ -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 +``` -- cgit v1.2.3