From 9b07cdaa1d8c0ba630231bcb85b2700aa8c6f94f Mon Sep 17 00:00:00 2001 From: Darius Auding <Darius.auding@gmx.de> Date: Wed, 26 Jul 2023 17:48:46 +0200 Subject: [PATCH] Update README --- README.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3567380..168612e 100644 --- a/README.md +++ b/README.md @@ -1,35 +1,30 @@ # WebServer -Das ist ein einfaches Projekt um Rust zu lernen, wobei ich einen Multi-Threaded-Webserver mit so wenigen Bibleotheken wie möglich baue. Das sind keine Bibleotheken die in Production verwendet werden sollten. Ich versuche Sicherheitslücken zu finden und zu entfernen, jedoch kann ich nichts garantieren. +This was a simple project to learn the rust programming language. I learned a lot and am satisfied with the result. ## Installation -Install Rust and clone the Repo - ``` git clone git@edugit.org:codecraft/webserver ``` - -or - +or ``` git clone https://edugit.org/codecraft/webserver ``` ## Usage - ``` cd webserver cd site -cargo run +cargo run --release ``` ## Support ## License -EuPl +EUPL ## Project status -Active +Finished -- GitLab