From db5474fb99d9c2c9b905d44983ee6bd2b4792c08 Mon Sep 17 00:00:00 2001
From: Frank Rohde <frank.rohde@tu-dresden.de>
Date: Tue, 30 Aug 2022 12:25:20 +0700
Subject: [PATCH] Updated README.md

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 7867dcd..d01eb65 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,11 @@ This repository is a centralized version of architecture for IPos software (Indo
     - [diagram](https://drive.google.com/file/d/12oIwl0zkeT2bsS8MUbbtSgFbbirG8Sz1/view?usp=sharing)
 
 
+## How to checkout?
+- cloning repository into a folder named "project" + checking out all submodules of the master branch
+	- $ git clone -b master --recurse-submodules https://git-st.inf.tu-dresden.de/ipos-public/project.git project
+
+
 ## How to run?
 
 1. Start [hivemq](http://www.hivemq.com/demos/websocket-client/). It's a client for an external test MQTT-broker.
-- 
GitLab