From f2cc067c9bf8900be44787b4ecb85d6544b7f352 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sun, 29 Aug 2021 16:10:21 +0100 Subject: [PATCH] Documentation: Escape asterisk ("*NIX") in BuildInstructions.md Even though Markdown renderers should handle this fine as-is, not escaping the asterisk makes vim render a lot of text in italics, for example. --- Documentation/BuildInstructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index ece063be26..2de3e69b7c 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -50,7 +50,7 @@ sudo pacman -S --needed base-devel cmake curl mpfr libmpc gmp e2fsprogs ninja qe There is also documentation for installing the build prerequisites for some less commonly used systems: -* [Other Linux distributions and *NIX systems](BuildInstructionsOther.md) +* [Other Linux distributions and \*NIX systems](BuildInstructionsOther.md) * [macOS](BuildInstructionsMacOS.md) ## Build