diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -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. + + + |