From 4e8f909f98df9660dcff8b3f46a63cedf587e955 Mon Sep 17 00:00:00 2001
From: Hauke Mehrtens <hauke@hauke-m.de>
Date: Thu, 25 Jul 2019 23:16:17 +0200
Subject: [PATCH] docs: how-to-build.rst: Add git cloning

Add a section for cloning from git.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 Documentation/how-to-build.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Documentation/how-to-build.rst b/Documentation/how-to-build.rst
index d6762dd6..d5771751 100644
--- a/Documentation/how-to-build.rst
+++ b/Documentation/how-to-build.rst
@@ -24,6 +24,14 @@ Dependencies
 
 .. _ARM's GNU toolchain: https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads
 
+Cloning
+-------
+Clone the master branch of the git repository containing the firmware using the following command:
+
+.. code-block:: shell-session
+
+   $ git clone https://git.card10.badge.events.ccc.de/card10/firmware.git
+
 Building
 --------
 Build using the following two commands:
-- 
GitLab