diff options
author | Linus Groh <mail@linusgroh.de> | 2021-08-29 16:10:21 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-08-29 16:10:21 +0100 |
commit | f2cc067c9bf8900be44787b4ecb85d6544b7f352 (patch) | |
tree | d89ce999cd35fc9738cabce562aa1e8acd6bdb58 /Documentation/BuildInstructions.md | |
parent | 747af8a031bf5d19783fa8616ea5eed6774fae6a (diff) | |
download | serenity-f2cc067c9bf8900be44787b4ecb85d6544b7f352.zip |
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.
Diffstat (limited to 'Documentation/BuildInstructions.md')
-rw-r--r-- | Documentation/BuildInstructions.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |