about summary refs log tree commit diff
path: root/tools/nixery/README.md
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-07-30T12·25+0100
committerVincent Ambo <github@tazj.in>2019-07-30T12·42+0100
commit9753df9255552b8e37aace321717262919696da3 (patch)
treec03bf40f64530df88484556f5309bf44aa19aef3 /tools/nixery/README.md
parent1b37d8ecf62e1f192352b1fc2cc1aafa31325d53 (diff)
docs(README): Add logo & build status
Diffstat (limited to 'tools/nixery/README.md')
-rw-r--r--tools/nixery/README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/tools/nixery/README.md b/tools/nixery/README.md
index 72185047e6..8d4f84598c 100644
--- a/tools/nixery/README.md
+++ b/tools/nixery/README.md
@@ -1,7 +1,13 @@
-# Nixery
+<div align="center">
+  <img src="static/nixery-logo.png">
+</div>
 
-This package implements a Docker-compatible container registry that is capable
-of transparently building and serving container images using [Nix][].
+-----------------
+
+[![Build Status](https://travis-ci.org/google/nixery.svg?branch=master)](https://travis-ci.org/google/nixery)
+
+**Nixery** is a Docker-compatible container registry that is capable of
+transparently building and serving container images using [Nix][].
 
 The project started out with the intention of becoming a Kubernetes controller
 that can serve declarative image specifications specified in CRDs as container