summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2017-08-30 22:02:04 (GMT)
committerYann Collet <cyan@fb.com>2017-08-30 22:02:04 (GMT)
commit69c3f4bb55c6f0498f3ba6e23218e82c5d6ab075 (patch)
treec97377f43aa3ff7c9039eef3ad9d62ee5f98090f /INSTALL
parentf212a10ae01f8bd1fe33d36ef51574a7e3215a02 (diff)
downloadlz4-69c3f4bb55c6f0498f3ba6e23218e82c5d6ab075.zip
lz4-69c3f4bb55c6f0498f3ba6e23218e82c5d6ab075.tar.gz
lz4-69c3f4bb55c6f0498f3ba6e23218e82c5d6ab075.tar.bz2
minor typo fix
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL1
1 files changed, 1 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index f5ac0a0..6aab067 100644
--- a/INSTALL
+++ b/INSTALL
@@ -8,6 +8,7 @@ make install # this command may require root access
LZ4's `Makefile` supports standard [Makefile conventions],
including [staged installs], [redirection], or [command redefinition].
+It is compatible with parallel builds (`-j#`).
[Makefile conventions]: https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html
[staged installs]: https://www.gnu.org/prep/standards/html_node/DESTDIR.html