From 83fb820c20bf57bc8e8117e61a3562f6cf5fa3f0 Mon Sep 17 00:00:00 2001
From: Darius Auding <Darius.auding@gmx.de>
Date: Wed, 28 Jun 2023 21:16:52 +0200
Subject: [PATCH] Updated README.md

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

diff --git a/README.md b/README.md
index cba2211..397ac0e 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,27 @@ Das ist ein einfaches Projekt um Rust zu lernen, wobei ich einen Multi-Threaded-
 
 ## Installation
 
+Install Rust and cone the Repo
+
+```
+git clone git@edugit.org:codecraft/webserver
+```
+
+or
+
+```
+git clone https://edugit.org/codecraft/webserver
+```
+
 ## Usage
 
+```
+cd webserver
+git checkout new
+cd site
+cargo run
+```
+
 ## Support
 
 ## License
-- 
GitLab