summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Thurman <72708798+nickavem@users.noreply.github.com>2021-01-17 01:08:11 -0600
committerGitHub <noreply@github.com>2021-01-17 08:08:11 +0100
commit6d20b54b093843502d3175bc2cdf7d04d3d8fe45 (patch)
treeb271b9a9ee885076bee063a5d58f9c1789fdba89
parentca264030a2e40c558456f6aa408b16a6939517d1 (diff)
downloadserenity-6d20b54b093843502d3175bc2cdf7d04d3d8fe45.zip
Documentation: Add `patch` to fedora build deps (#4968)
-rw-r--r--Documentation/BuildInstructions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md
index 4987f6598b..818ffc3f78 100644
--- a/Documentation/BuildInstructions.md
+++ b/Documentation/BuildInstructions.md
@@ -12,7 +12,7 @@ sudo apt install build-essential cmake curl libmpfr-dev libmpc-dev libgmp-dev e2
**Fedora**
```bash
-sudo dnf install curl cmake mpfr-devel libmpc-devel gmp-devel e2fsprogs ninja-build @"C Development Tools and Libraries" @Virtualization
+sudo dnf install curl cmake mpfr-devel libmpc-devel gmp-devel e2fsprogs ninja-build patch @"C Development Tools and Libraries" @Virtualization
```
**openSUSE**