aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris2020-11-01 13:42:56 +0100
committerJoris2020-11-01 13:42:56 +0100
commit87e288cd01fbd04675a562bca582f7c2e591c010 (patch)
tree5cb92d3cc6b4b084516fddf32ce30bcb25f2c335 /README.md
parentadaec3d1925477e0922bf6ed88a708db4c97d766 (diff)
Improve a bit
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
```