aboutsummaryrefslogtreecommitdiff
path: root/doc/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.md')
-rw-r--r--doc/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/README.md b/doc/README.md
index 8e1bc85c49..e3ab5ae4d2 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -58,7 +58,6 @@ additional tools are required:
- makeindex
- xelatex
- latexmk
- - xindy
All of them are part of the TexLive distribution. E.g. on Debian / Ubuntu,
install them with:
@@ -68,7 +67,7 @@ install them with:
Or if you want to use less disk space:
apt install texlive-latex-extra texlive-fonts-recommended texlive-xetex \
- latexmk xindy fonts-freefont-otf
+ latexmk fonts-freefont-otf
Compilation
-----------