diff options
author | Joris | 2022-07-10 14:17:39 +0200 |
---|---|---|
committer | Joris | 2022-07-10 14:31:36 +0200 |
commit | c1e387f2f84014cc7872b5cfcc5865fd2db2b968 (patch) | |
tree | 3f3fcb2fb288644d34703504bb22c3ae3b5e2387 /README.md | |
parent | 0a9981f655c99833f247e49699ff480aecc4c5be (diff) |
Write recipes in markdown and transform with pandoc
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -4,13 +4,12 @@ Available at [https://cooking.guyonvarch.me](https://cooking.guyonvarch.me). ## Getting started -```sh -cd public -python -m http.server -``` +With nix installed: -## Deploy + nix-develop --command bin/dev-server -```sh -./deploy -``` +## Build + +With nix installed: + + nix-develop --command bin/build |