diff options
-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 +``` |