diff options
-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 -``` |