From 4c0a763e7a1ec92f8c4a88626a7d46320af8bcb1 Mon Sep 17 00:00:00 2001
From: torben <torben.spieker@posteo.de>
Date: Sat, 17 Aug 2019 15:56:54 +0000
Subject: [PATCH] Update how-to-build.rst

---
 Documentation/how-to-build.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/how-to-build.rst b/Documentation/how-to-build.rst
index 144c2e1f..a86d4efd 100644
--- a/Documentation/how-to-build.rst
+++ b/Documentation/how-to-build.rst
@@ -20,6 +20,12 @@ Dependencies
     .. code-block:: shell-session
 
        pacman -S arm-none-eabi-gcc arm-none-eabi-binutils arm-none-eabi-newlib
+    
+  - Fedora
+  
+    ..code-block:: shell-session
+        
+        dnf install arm-none-eabi-gcc arm-none-eabi-binutils arm-none-eabi-newlib
 
   - Alternative: Download `ARM's GNU toolchain`_.  **TODO**
 * **python3**:  For meson and various scripts needed for building.
-- 
GitLab