From 217dc2490caaf872cc16c68528645ecae7c21c2a Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Thu, 28 May 2020 18:46:29 -0400
Subject: more accurately described build process
---
README | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
(limited to 'README')
diff --git a/README b/README
index 2b602b7..26f4816 100644
--- a/README
+++ b/README
@@ -18,7 +18,9 @@ Requisites:
- Ghostscript for PNG building
-Run `./configure ; make -j8` in the toplevel directory to build with the GNU Makefile.
+Run `./configure` in the toplevel directory to check dependencies and construct the Makefile.
+
+Run `make -j8` to build all PDFs with the POSIX Makefile.
## Results
--
cgit