diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -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 ``` |