aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/README.md b/README.md
index 889b42f..00b33f9 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,15 @@
# Timer - [Try It!](http://guyonvarch.gitlab.io/timer)
-Getting started
----------------
+## Getting started
-Install nix:
+Install [nix](https://nixos.org/), then:
```
-curl https://nixos.org/nix/install | sh
+nix-shell --run "bin/dev-server"
```
-Inside the project directory, open a nix shell:
+## Deploy
-```
-nix-shell
+```bash
+nix-shell --run ./deploy
```