From 7091d40b31d4e9fe32ab15b865397e9abf0ba5d8 Mon Sep 17 00:00:00 2001 From: Joris Date: Wed, 25 May 2016 14:31:53 +0200 Subject: Init with potimarron page --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..ee173d7 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +[Jardin](https://guyonvarch.gitlab.io/jardin) +============================================= + +[![build status](https://gitlab.com/guyonvarch/jardin/badges/master/build.svg)](https://gitlab.com/guyonvarch/jardin/commits/master) + +Gettings started +---------------- + +Install nix and follow the instructions: + +```sh +curl https://nixos.org/nix/install | sh +``` + +Then: + +```sh +make start +``` + +Later, stop the environment with: + +```sh +make stop +``` -- cgit v1.2.3