aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2017-04-06 19:54:50 +0200
committerJoris2017-04-06 19:54:50 +0200
commit1d8b3c8c858e30f68bfacac47601be4993134b97 (patch)
tree16ae54898658db769e68576b1a7700b728691976
parent8e828c405feab15941d6d9a02bbe21b35338207f (diff)
downloadglycemie-1d8b3c8c858e30f68bfacac47601be4993134b97.tar.gz
glycemie-1d8b3c8c858e30f68bfacac47601be4993134b97.tar.bz2
glycemie-1d8b3c8c858e30f68bfacac47601be4993134b97.zip
README
-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
+```