From 7e13e82cda6a3033ca01da2f1b5cb1718efd6bf4 Mon Sep 17 00:00:00 2001 From: Kilian Low Date: Mon, 14 Jan 2019 19:01:59 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0cd11de..98db402 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,7 @@ docker build . -t openaudit docker run -it -p 3000:80 openaudit ``` -## Step to reproduce the exploit -### Open a second terminal and enter the same docker session +## Run the install script inside the container ```bash chmod +x install.sh && ./install.sh ``` -- GitLab