aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris2017-05-01 20:09:45 +0200
committerJoris2017-05-01 20:09:45 +0200
commit78d261be058860bc81afe5e90c693f8fb28a0141 (patch)
tree6839ed81455eda09ad0f763ea2ffe1ff961f3723 /README.md
parent063539add1c4f1f27f89f4599169035e45f59933 (diff)
downloadcooking-78d261be058860bc81afe5e90c693f8fb28a0141.tar.gz
cooking-78d261be058860bc81afe5e90c693f8fb28a0141.tar.bz2
cooking-78d261be058860bc81afe5e90c693f8fb28a0141.zip
Add fudge recipe
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index a18d131..587fe68 100644
--- a/README.md
+++ b/README.md
@@ -8,12 +8,18 @@ Gettings started
Install nix and follow the instructions:
-``` sh
+```sh
curl https://nixos.org/nix/install | sh
```
Then:
-``` sh
-./dev
+```sh
+make start
+```
+
+Later, stop the environment with:
+
+```sh
+make stop
```