diff options
author | Joris | 2019-04-26 20:10:09 +0200 |
---|---|---|
committer | Joris | 2019-04-26 20:10:09 +0200 |
commit | ca31e0ee11d05b3250aa35db5baa0b155939bbbd (patch) | |
tree | 12660ef11a65264fa836f0dc583c4e7cc07e518e /README.md | |
parent | 142e0c9fac9896f8cb134fd1e1b010753402e7b8 (diff) |
Add tortillas recipe
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 25 |
1 files changed, 15 insertions, 10 deletions
@@ -1,30 +1,35 @@ -[Cooking](https://guyonvarch.gitlab.io/cooking) -=============================================== +# Cooking + +Live [here](https://guyonvarch.gitlab.io/cooking). [![build status](https://gitlab.com/guyonvarch/cooking/badges/master/build.svg)](https://gitlab.com/guyonvarch/cooking/commits/master) -Gettings started ----------------- +## Gettings started Install nix and follow the instructions: -```sh +```bash curl https://nixos.org/nix/install | sh ``` -Then: +Then, start the environment with: -```sh +```bash make start ``` Later, stop the environment with: -```sh +```bash make stop ``` -TODO ----- +## Build + +```bash +./build +``` + +## TODO - transform points into todo items |