summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md22
1 files changed, 20 insertions, 2 deletions
diff --git a/README.md b/README.md
index bf95212..c0b1265 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,23 @@
# watbot
-watbot
-
ported watbot from wuselfuzz
+
+## Installation
+
+### Prerequisites
+
+* podman
+* git
+
+
+### Setup
+
+* `git clone <repo>`
+* `cd <repo>`
+* `podman build -f DOCKERFILE`
+* `podman run <container-id>
+
+Note: You might wanna detach at the end there.
+
+
+