aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/README.md b/README.md
index f3db830..3c7da9a 100644
--- a/README.md
+++ b/README.md
@@ -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