From 20c2e1aac8aa4dfded5b280cc5f98d996ac5d3b9 Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Tue, 6 Jul 2010 05:50:44 +0530 Subject: [PATCH] there are people who cannot click a "doc/" link on the first google hit, and think you have to clone the whole thing to see the docs... I suspect they aren't even hitting the "read more" link that github shows in the description blurb, or if they go there they aren't even going to the end of the second para, which contains a nice link. --- README.mkd | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.mkd b/README.mkd index b4c0760..b88d0e5 100644 --- a/README.mkd +++ b/README.mkd @@ -4,6 +4,12 @@ Gitolite is an access control layer on top of git, which allows access control down to the branch level, including specifying who can and cannot *rewind* a given branch. +This README will give you a quick intro. All documentation is available +within the source repo, in markdown format. If you want to read it *without* +cloning the source repo, just hit [this link][docs] and read nicely HTML-ised +versions of all the docs (automatic rendering of markdown to HTML courtesy +github). + ---- In this document: