From 17f64cb8e2432981d002efdfe7d203158b5d90a5 Mon Sep 17 00:00:00 2001 From: Albert Date: Mon, 24 Jun 2019 17:34:02 +0800 Subject: [PATCH] Document pandoc-crossref dependency --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f145a9..3efdd77 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ Current draft proposal includes 11 sections + references (this may be changed by ## build instructions (manual build) -Install pandoc and LaTeX base (try [pandoc](https://pandoc.org/try)). On debian-based linux, you can simply run `make install`, and all dependencies will be installed. +Install pandoc, [pandoc-crossref](https://github.com/lierdakil/pandoc-crossref) and LaTeX base (try [pandoc](https://pandoc.org/try)). On debian-based linux, you can simply run `make install`, and all dependencies will be installed. -After pandoc and LaTeX base are available, you can simply run `make`, which will generate the yellow paper pdf. +After pandoc, pandoc-crossref and LaTeX base are available, you can simply run `make`, which will generate the yellow paper pdf. ### building specific section Any section can be build using command `make section` and passing `SECTION` parameter.