From 8cd6dfe87b7f2d61fc25ac9b434a68627831626c Mon Sep 17 00:00:00 2001 From: "[Redacted]" Date: Fri, 23 Oct 2015 22:02:07 +0200 Subject: [PATCH] Minor readme tweak --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 00b9a0c03..717796a09 100644 --- a/docs/README.md +++ b/docs/README.md @@ -6,7 +6,7 @@ These are Sphinx docs, automatically built at http://docs.wagtail.io when the ma To build the documentation for browsing, from this directory run: - ``make html`` + make html then open ``_build/html/index.html`` in a browser.