aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
```