diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -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 ``` |