From 16f7945d7d23fddcf50d047ea9c42a7f230210d0 Mon Sep 17 00:00:00 2001 From: mpeterv Date: Mon, 28 Mar 2016 15:37:04 +0300 Subject: [PATCH] Add appveyor badge [ci skip] --- README.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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