aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md34
1 files changed, 4 insertions, 30 deletions
diff --git a/README.md b/README.md
index 29c343f..9f5b91f 100644
--- a/README.md
+++ b/README.md
@@ -1,35 +1,9 @@
-[Glycémie](https://guyonvarch.gitlab.io/glycemie)
-=================================================
+# Getting started
-[![build status](https://gitlab.com/guyonvarch/glycemie/badges/master/build.svg)](https://gitlab.com/guyonvarch/glycemie/commits/master)
-
-Getting started
----------------
-
-Install nix and follow the instructions:
-
-``` sh
-curl https://nixos.org/nix/install | sh
-```
-
-Start the environment with:
-
-``` sh
-./make start
-```
-
-Open your browser at [http://localhost:9000](http://localhost:9000).
-
-Later, stop the environment with:
+Run:
```sh
-./make stop
+nix-shell --run bin/watch.sh
```
-Sources
--------
-
-- http://www.aprifel.com/fiche-nutri-composant-glucides,6.html
-- http://www.montignac.com/fr/rechercher-l-index-glycemique-d-un-aliment/
-- http://www.monmenu.fr/
-- https://www.lanutrition.fr/
+Then, open your browser at `http://localhost:8000`.