diff options
author | Joris | 2020-11-01 13:42:56 +0100 |
---|---|---|
committer | Joris | 2020-11-01 13:42:56 +0100 |
commit | 87e288cd01fbd04675a562bca582f7c2e591c010 (patch) | |
tree | 5cb92d3cc6b4b084516fddf32ce30bcb25f2c335 /README.md | |
parent | adaec3d1925477e0922bf6ed88a708db4c97d766 (diff) |
Improve a bit
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 ``` |