diff options
author | Joris | 2017-03-05 15:58:48 +0100 |
---|---|---|
committer | Joris | 2017-03-05 15:58:48 +0100 |
commit | bacbeeb94f89aaad76b407b78446b50d3ece471f (patch) | |
tree | 36129ed832f2f7ee9d839769f7428f6ce808fd96 | |
parent | 8e448ffc31685427afaee62a0379c33525769a6a (diff) |
Add build status
-rw-r--r-- | README.md | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -1,10 +1,12 @@ -Cooking -======= +[Cooking](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 ---------------- -Install nix: +Install nix and follow the instructions: ``` sh curl https://nixos.org/nix/install | sh @@ -15,10 +17,3 @@ Then: ``` sh ./dev ``` - -Simple build ------------- - -``` sh -./build -``` |