aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-07-28 16:12:34 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-07-28 16:12:34 -0700
commit3813179e83e48a82f55d369bc9014bfb64ef6d00 (patch)
treefea7eaaee928db8f07bfd45276ae05ff59c8fd34 /README.md
parent8ecdcf60123cdc8c80995de94214a4aa7aa1afb7 (diff)
Clarified build requirements for spec.html, spec.pdf.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
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