summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2017-08-14 22:18:47 (GMT)
committerYann Collet <cyan@fb.com>2017-08-14 22:18:47 (GMT)
commit731cff12080f1309af4abde122fe09ae0076f424 (patch)
tree01b4b10b70e5f502a170d381403f84fd492c2814
parentaea7d521aed2506270a14d8e901ea657d6a1faf4 (diff)
downloadlz4-731cff12080f1309af4abde122fe09ae0076f424.zip
lz4-731cff12080f1309af4abde122fe09ae0076f424.tar.gz
lz4-731cff12080f1309af4abde122fe09ae0076f424.tar.bz2
fix minor markdown display issues
-rw-r--r--INSTALL10
-rw-r--r--README.md10
2 files changed, 12 insertions, 8 deletions
diff --git a/INSTALL b/INSTALL
index 8f61221..f5ac0a0 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,13 +1,15 @@
Installation
=============
-`make`
-`make install` # this command may require root access
+```
+make
+make install # this command may require root access
+```
LZ4's `Makefile` supports standard [Makefile conventions],
-including [staged installs], [directory redirection], or [command redefinition].
+including [staged installs], [redirection], or [command redefinition].
[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
-[directory redirection]: https://www.gnu.org/prep/standards/html_node/Directory-Variables.html
+[redirection]: https://www.gnu.org/prep/standards/html_node/Directory-Variables.html
[command redefinition]: https://www.gnu.org/prep/standards/html_node/Utilities-in-Makefiles.html
diff --git a/README.md b/README.md
index 0e469c8..ec99630 100644
--- a/README.md
+++ b/README.md
@@ -75,15 +75,17 @@ LZ4 is also compatible and well optimized for x32 mode, for which it provides an
Installation
-------------------------
-`make`
-`make install` # this command may require root access
+```
+make
+make install # this command may require root access
+```
LZ4's `Makefile` supports standard [Makefile conventions],
-including [staged installs], [directory redirection], or [command redefinition].
+including [staged installs], [redirection], or [command redefinition].
[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
-[directory redirection]: https://www.gnu.org/prep/standards/html_node/Directory-Variables.html
+[redirection]: https://www.gnu.org/prep/standards/html_node/Directory-Variables.html
[command redefinition]: https://www.gnu.org/prep/standards/html_node/Utilities-in-Makefiles.html