From 3813179e83e48a82f55d369bc9014bfb64ef6d00 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 28 Jul 2015 16:12:34 -0700 Subject: Clarified build requirements for spec.html, spec.pdf. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2082162..44b12e0 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,9 @@ file, with code examples written in a shorthand form: . To build an HTML version of the spec, do `make spec.html`. To build a -PDF version, do `make spec.pdf`. (Creating a PDF requires [pandoc] -and a LaTeX installation. Creating the HTML version requires only -`libcmark` and `python3`.) +PDF version, do `make spec.pdf`. (Creating the HTML version requires +that [cmark](https://github.com/jgm/cmark) and `python3` be installed +and in your path. Creating a PDF also requires [pandoc] and LaTeX.) The spec is written from the point of view of the human writer, not the computer reader. It is not an algorithm---an English translation of -- cgit v1.2.3