mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:27:35 +00:00
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.
This commit is contained in:
parent
747af8a031
commit
f2cc067c9b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue