From 14bcf97fd8dc526ef69bd51ab211205fa0b4a8f5 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Tue, 25 Oct 2016 16:43:12 +0200
Subject: [PATCH] README.md: added link to INSTALL and examples and demo on
 website.

---
 README.md | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 41aecf219..843595418 100644
--- a/README.md
+++ b/README.md
@@ -112,12 +112,19 @@ Markdown can be expected to be lossy.
 [Markdown inside HTML block elements]: http://pandoc.org/MANUAL.html#extension-markdown_in_html_blocks
 [Pandoc's Markdown]: http://pandoc.org/MANUAL.html#pandocs-markdown
 
+Installing
+----------
+
+Here's [how to install pandoc](INSTALL.md).
+
 Documentation
 -------------
 
-The full documentation can be found [online](http://pandoc.org/MANUAL.html)
-and as pandoc-flavored Markdown in the file `MANUAL.txt`.
-
+Pandoc's website contains a full [User's Guide](https://pandoc.org/MANUAL.html).
+It is also available [here](MANUAL.txt) as pandoc-flavored Markdown.
+The website also contains some [examples of the use of
+pandoc](https://pandoc.org/demos.html) and a limited [online
+demo](https://pandoc.org/try).
 
 Contributing
 ------------