aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md16
1 files changed, 12 insertions, 4 deletions
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
+```