aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris2017-03-05 15:58:48 +0100
committerJoris2017-03-05 15:58:48 +0100
commitbacbeeb94f89aaad76b407b78446b50d3ece471f (patch)
tree36129ed832f2f7ee9d839769f7428f6ce808fd96 /README.md
parent8e448ffc31685427afaee62a0379c33525769a6a (diff)
downloadcooking-bacbeeb94f89aaad76b407b78446b50d3ece471f.tar.gz
cooking-bacbeeb94f89aaad76b407b78446b50d3ece471f.tar.bz2
cooking-bacbeeb94f89aaad76b407b78446b50d3ece471f.zip
Add build status
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 5 insertions, 10 deletions
diff --git a/README.md b/README.md
index 12abb20..a18d131 100644
--- a/README.md
+++ b/README.md
@@ -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
-```