From da5d9b5c1010435580fb34664a7db7b904eff0d2 Mon Sep 17 00:00:00 2001
From: Domenico Del Giudice <114437746+domedg@users.noreply.github.com>
Date: Mon, 3 Mar 2025 16:11:16 +0100
Subject: [PATCH] Update README.md
---
README.md | 25 ++++++++-----------------
1 file changed, 8 insertions(+), 17 deletions(-)
diff --git a/README.md b/README.md
index 4b2f7cf5..1066376a 100644
--- a/README.md
+++ b/README.md
@@ -142,6 +142,14 @@ To get things up and running just follow these steps:
10. During the first time running `docker-compose up`, you may encounter some issues. Check the [Installation Issues](#installation-issues) section to solve them.
11. To Stop T-Pot press: `CTRL-C` (it if was running in the foreground) and / or `docker compose down -v` to stop T-Pot entirely.
+**Update T-Pot:**
+T-Pot releases are offered through GitHub and can be pulled using:
+### Update Script 🔄
+```
+./update.sh
+```
+Check the [full explanation](https://github.com/telekom-security/tpotce?tab=readme-ov-file#update-script).
+
---
### 2.1 Installation Issues 🤦♂️
@@ -543,23 +551,6 @@ sqlmap -u "http:///page?id=1" --risk=3 --level=5
nc -v 80
```
----
-
-### Update Script 🔄
-T-Pot releases are offered through GitHub and can be pulled using
-```
-./update.sh
-```
-
-***If you made any relevant changes to the T-Pot config files make sure to create a backup first!***
-***Updates may have unforeseen consequences. Create a backup of the machine or the files most valuable to your work!***
-
-The update script will ...
- - **mercilessly** overwrite local changes to be in sync with the T-Pot master branch
- - create a full backup of the `~/tpotce` folder
- - update all files in `~/tpotce` to be in sync with the T-Pot master branch
- - restore your custom `ews.cfg` from `~/tpotce/data/ews/conf` and the T-Pot configuration (`~/tpotce/.env`).
-
---