From b03b2b55b984c419d05d34ba7fd427e2dced91f5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20Schauer-K=C3=B6ckeis?=
 <thomas.schauer-koeckeis@stud.th-deg.de>
Date: Mon, 17 Mar 2025 09:11:34 +0100
Subject: [PATCH] Added instructions

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

diff --git a/README.md b/README.md
index d681867..ace4cc5 100644
--- a/README.md
+++ b/README.md
@@ -7,3 +7,20 @@
   - Download even more malicious stuff from remote address
   - Hide malicious process from ps
   - profit :thumbsup: :thumbsup:
+
+## Use instruction
+
+### Startup
+
+```bash
+docker compose up --build
+```
+
+### restartup
+
+First delete **all** images
+
+```bash
+docker image rm $(docker images -q)
+```
+
-- 
GitLab