From 87e288cd01fbd04675a562bca582f7c2e591c010 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 1 Nov 2020 13:42:56 +0100 Subject: Improve a bit --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'README.md') 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 ``` -- cgit v1.2.3