diff options
author | Joris | 2022-07-24 10:21:02 +0200 |
---|---|---|
committer | Joris | 2022-07-24 10:21:02 +0200 |
commit | d54d1c5c10ab9236c431290b97ee4a2504e5193a (patch) | |
tree | 5b301f27a544f2b04a6abd87dbe664bcaf8abb37 | |
parent | 38b1be3b36fa5b64453e9e42392700bad74b32db (diff) |
Fix commands in README
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,10 +6,10 @@ Available at [https://cooking.guyonvarch.me](https://cooking.guyonvarch.me). With nix installed: - nix-develop --command bin/dev-server + nix develop --command bin/dev-server ## Build With nix installed: - nix-develop --command bin/build + nix develop --command bin/build |