diff options
author | Joris | 2022-09-04 21:51:40 +0200 |
---|---|---|
committer | Joris | 2022-09-04 21:51:40 +0200 |
commit | 57a1076a18ac82e603ffa9fc78f960ee373895d5 (patch) | |
tree | 800e66f532ccf823277fee5a894a68077b397d83 /README.md | |
parent | 5df9270538bfcc08c9726887c7b8f54eec894dce (diff) |
Improve build tooling
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,9 +1,9 @@ # Getting started -Run: +With nix installed: -```sh -nix-shell --run bin/watch.sh -``` + bin/dev-server -Then, open your browser at `http://localhost:8000`. +# Build + + make |