aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-03-07 01:01:00 +0000
committerlloyd <[email protected]>2013-03-07 01:01:00 +0000
commit689678a47b541dbefdbbaae4b6ba435e7fa94194 (patch)
treed7050f7c7523c8f637e8fe381c5d0bd48c3c49a1 /doc
parentfc1cba3bf422f9204a050e04f13f3f780a6d1177 (diff)
Mention github mirror
Diffstat (limited to 'doc')
-rw-r--r--doc/download.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/download.rst b/doc/download.rst
index 31b9b1974..2e06b59f5 100644
--- a/doc/download.rst
+++ b/doc/download.rst
@@ -58,9 +58,11 @@ Accessing Version Control
----------------------------------------
Botan's development occurs using a distributed version control system
-called `Monotone <http://www.monotone.ca>`_. The main branch of
-development occurs on the branch named ``net.randombit.botan``. To
-download that branch and set up a new workspace, run::
+called `Monotone <http://www.monotone.ca>`_ (though there is also a
+mirror on `github <http://github.com/randombit/botan>`_. The main
+branch of development occurs on the branch named
+``net.randombit.botan``. To download that branch and set up a new
+workspace, run::
$ mtn db init --db=botan.mtn
$ mtn pull --db=botan.mtn randombit.net 'net.randombit.botan'