diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2017-01-29 17:24:13 +0100 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2017-01-29 17:24:15 +0100 |
commit | 17a5da03053805591b11e960d0126db7f1ba4184 (patch) | |
tree | 7d61c94d587bb75ec72110ee78315ca465997f0a | |
parent | 4f516d56e3e1d447e95676c1dd2c95362ed77840 (diff) | |
download | luaotfload-17a5da03053805591b11e960d0126db7f1ba4184.tar.gz |
[doc] update instructions for install target
Fix #393
Credits to @rpspringuel for pointing this out.
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ Here are the recommended installation methods (preferred first). distribution's manual for details. 3. a. Grab the sources from CTAN or github. - b. Run 'make install TEXMFROOT=/path/to/texmf'. + b. Run 'make install DESTDIR=/path/to/texmf'. c. See 2c. 4. Try to figure it out by looking at the Makefile and comments in the sources. |