From 78d261be058860bc81afe5e90c693f8fb28a0141 Mon Sep 17 00:00:00 2001 From: Joris Date: Mon, 1 May 2017 20:09:45 +0200 Subject: Add fudge recipe --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'README.md') 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 ``` -- cgit v1.2.3