summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Zoeller <rtzoeller@rtzoeller.com>2021-04-05 22:03:31 -0500
committerEmilio Cobos Álvarez <emilio@crisal.io>2021-04-06 11:10:01 +0200
commitbf61569d30b368e50cb43e12b8efbff573a8c01e (patch)
tree16e08ae203f2894189055de1fb8ada6dc3023425
parent89baa2cf04bf7b4d87f88090a6947729ffae6698 (diff)
Document clang installation method on Fedora
-rw-r--r--book/src/requirements.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/book/src/requirements.md b/book/src/requirements.md
index 921b6044..9ccaea94 100644
--- a/book/src/requirements.md
+++ b/book/src/requirements.md
@@ -63,6 +63,12 @@ repos to get version 3.9. See http://apt.llvm.org/.
# pacman -S clang
```
+#### Fedora
+
+```bash
+# dnf install clang-devel
+```
+
#### OpenBSD
```bash