From 02af969f426eac854e00b0448198609ab3467b14 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 13 Jul 2015 12:07:17 +0300
Subject: [PATCH] Add README file.

---
 README.rst | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 README.rst

diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..96eb85d
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,7 @@
+Ansible-cgit
+============
+
+Ansible role for creating a git-readonly web site with cgit.
+Also, a Fabric task for creating new repositories, like so: ::
+
+    fab new_repo:name_of_repo -H cgit.example.com
-- 
GitLab