diff --git a/Documentation/how-to-build.rst b/Documentation/how-to-build.rst
index 144c2e1f757b66fca5aff56255e2f851ec0b7ef7..a86d4efd88c9c40bca7f9b09594298a1b96db488 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.