diff options
author | Joris | 2017-05-01 20:09:45 +0200 |
---|---|---|
committer | Joris | 2017-05-01 20:09:45 +0200 |
commit | 78d261be058860bc81afe5e90c693f8fb28a0141 (patch) | |
tree | 6839ed81455eda09ad0f763ea2ffe1ff961f3723 /README.md | |
parent | 063539add1c4f1f27f89f4599169035e45f59933 (diff) |
Add fudge recipe
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 ``` |