summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorEmanuele Torre <torreemanuele6@gmail.com>2023-04-24 06:18:14 +0200
committerAndrew Kaster <andrewdkaster@gmail.com>2023-04-25 01:58:05 -0600
commitbb045b3c704b73a391cd2c1c66fe374009b9a06a (patch)
tree05d38abb1a3d41cc837687f88c05478846f1549e /Documentation
parent190a6650bdac4dbc23cabcbf4bbeefc8ad35b279 (diff)
downloadserenity-bb045b3c704b73a391cd2c1c66fe374009b9a06a.zip
Documentation: Fix markdown syntax
Use regular ascii backticks instead of U+00B4 (acute accent).
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/BuildInstructions.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md
index e2ee2d5a33..4db3f246a7 100644
--- a/Documentation/BuildInstructions.md
+++ b/Documentation/BuildInstructions.md
@@ -131,11 +131,11 @@ Ports might also have additional dependencies. Most prominently, you may need:
`libgpg-error-dev`, `libtool`, `lzip`, `meson`, `nasm` (or another assembler), `qt6-base-dev`, `rename`, `zip`.
For select ports you might need slightly more exotic dependencies such as:
-- ´file` (version 5.44 exactly, for file)
-- ´libpython3-dev` (most prominently for boost)
-- ´lua` (for luarocks)
-- ´openjdk-17-jdk` (to compile OpenJDK)
-- ´rake` (to build mruby).
+- `file` (version 5.44 exactly, for file)
+- `libpython3-dev` (most prominently for boost)
+- `lua` (for luarocks)
+- `openjdk-17-jdk` (to compile OpenJDK)
+- `rake` (to build mruby).
You may also need a symlink from "/usr/bin/python" to "/usr/bin/python3"; some ports depend on "python" existing, most notably ninja.