diff --git a/README.md b/README.md index 4c2a71cb..437153a5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Installation +[![Godoc reference][godoc-image]][godoc-url] +[![Build status][travis-image]][travis-url] + ## Prerequisites * Install [Ubuntu](https://www.ubuntu.com/) or [MacOS](https://en.wikipedia.org/wiki/MacOS) @@ -18,3 +21,8 @@ curl -s https://raw.githubusercontent.com/animenotifier/notify.moe/go/install.sh * Start the web server in notify.moe directory using: `run` * In your browser, import the file `security/default/rootCA.pem` as a trusted Root authority * Open `https://beta.notify.moe` + +[godoc-image]: https://godoc.org/github.com/animenotifier/notify.moe?status.svg +[godoc-url]: https://godoc.org/github.com/animenotifier/notify.moe +[travis-image]: https://travis-ci.org/animenotifier/notify.moe.svg?branch=go +[travis-url]: https://travis-ci.org/animenotifier/notify.moe