aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2016-09-04 21:28:43 +0200
committerJoris2016-09-04 21:28:43 +0200
commitadaec3d1925477e0922bf6ed88a708db4c97d766 (patch)
tree2ded1b77d12b1c643e7c3d212aed9d506ba3c129
parentd2486524a1fff4fe3e4b5cb810e0ecf1bc99515c (diff)
downloadtimer-adaec3d1925477e0922bf6ed88a708db4c97d766.tar.gz
timer-adaec3d1925477e0922bf6ed88a708db4c97d766.tar.bz2
timer-adaec3d1925477e0922bf6ed88a708db4c97d766.zip
Update usage and link in README
-rw-r--r--README.md19
1 files changed, 12 insertions, 7 deletions
diff --git a/README.md b/README.md
index d7da2c9..889b42f 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,16 @@
-# Timer - [Try It!](http://guyonvarch.github.io/timer)
+# Timer - [Try It!](http://guyonvarch.gitlab.io/timer)
-## Usage
+Getting started
+---------------
-Install the Elm Platform:
-http://elm-lang.org/Install.elm
+Install nix:
-```bash
-elm-package install
-./gen
+```
+curl https://nixos.org/nix/install | sh
+```
+
+Inside the project directory, open a nix shell:
+
+```
+nix-shell
```