From 7c3a317b93f0da7a9545ab293df58e986e9cd0dc Mon Sep 17 00:00:00 2001
From: Tim Otten <totten@civicrm.org>
Date: Mon, 20 Jun 2016 13:52:04 -0700
Subject: [PATCH] Update README.md

---
 README.md | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 451c8f2c..4a6cc25e 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,15 @@
 # CiviCRM developer documentation
 
-This will likely be merged with the civicrm-core repo at some point.
+```bash
+git clone https://github.com/civicrm/civicrm-dev-docs
+cd civicrm-dev-docs
+mkdocs serve
+```
 
-See https://github.com/civicrm/civicrm-docs for more information on contributing.
+This will likely be merged with the `civicrm-core` repo at some point.
 
-This repository can be previewed at http://docs.civicrm.org/dev/en/master.
+# See also
+
+ * Download mkdocs: http://mkdocs.org/
+ * Browse published dev docs: http://docs.civicrm.org/dev/en/master
+ * Review general info about CiviCRM docs: https://github.com/civicrm/civicrm-docs
-- 
GitLab