aboutsummaryrefslogtreecommitdiff
path: root/README.Debian
diff options
context:
space:
mode:
Diffstat (limited to 'README.Debian')
-rw-r--r--README.Debian21
1 files changed, 15 insertions, 6 deletions
diff --git a/README.Debian b/README.Debian
index 8e5cacbcf..e2d2003f2 100644
--- a/README.Debian
+++ b/README.Debian
@@ -1,8 +1,17 @@
-Note to Debian users on "Suggested" dependencies:
+Notes to Debian users:
-If you intend to use the markdown2pdf script, you should install
-texlive-latex-recommended (or, if you use teTeX, tetex-extra). This
-provides LaTeX packages that are needed by markdown2pdf.
+1. `markdown2pdf` has been removed, since pandoc now includes `pdf`
+ as a writer option. You can replace
+
+ markdown2pdf foo.txt
+
+ with
+
+ pandoc foo.txt -o foo.pdf
+
+ Note that unlike `markdown2npdf`, `pandoc` requires that the output
+ filename be specified explicitly.
+
+2. If you intend to use the html2markdown script, you should install
+ tidy, plus either wget or w3m.
-If you intend to use the html2markdown script, you should install
-tidy, plus either wget or w3m.