From adfc8ce9e7ee02d72964cd591add9fd5d937e30c Mon Sep 17 00:00:00 2001 From: Juan Calderon-Perez <835733+gaby@users.noreply.github.com> Date: Thu, 11 Jan 2024 09:15:01 -0500 Subject: [PATCH] Update based on code review --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65d2acae..38846ead 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,8 @@ To quickly get started with Tsunami scans, docker run --network="host" -v "$(pwd)/logs":/usr/tsunami/logs tsunami ``` -1. debugging issues with Tsunami container. The tsunami container is based on Debian which means - you you can exec into the container and install debug tools: +1. debugging issues with Tsunami container. The tsunami container is based on Debian. To run debug tools simply + exec into the container and install them: ```shell docker exec -it tsunami bash