diff --git a/README.rst b/README.rst
index 6fcd783..63d1e68 100644
--- a/README.rst
+++ b/README.rst
@@ -1,9 +1,14 @@
hererocks
=========
-.. image:: https://travis-ci.org/mpeterv/hererocks.svg?branch=master
+.. |travis| image:: https://travis-ci.org/mpeterv/hererocks.svg?branch=master
:target: https://travis-ci.org/mpeterv/hererocks
+.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/85mocuaej4owyifj?svg=true
+ :target: https://ci.appveyor.com/project/mpeterv/hererocks
+
+|travis| |appveyor|
+
``hererocks`` is a single file Python script for installing `Lua `_ (or `LuaJIT `_) and `LuaRocks `_, its package manager, into a local directory. It configures Lua to only see packages installed by that bundled version of LuaRocks, so that the installation is isolated.
Installation