mirror of
https://github.com/lz4/lz4.git
synced 2024-11-23 09:54:00 +08:00
minor typo fix
This commit is contained in:
parent
f212a10ae0
commit
69c3f4bb55
1
INSTALL
1
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
|
||||
|
@ -82,7 +82,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#'`).
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user