From 1a60dc1e8e2979ecf1962720150bf036fefada2e Mon Sep 17 00:00:00 2001 From: Herr Turing Date: Sun, 28 Apr 2024 17:20:31 -0300 Subject: [PATCH] Updating documentation to add missing details of web ui's build. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb94fc3..aebb51b 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,15 @@ docker-compose run sherlock -o /opt/sherlock/results/text.txt user123 ``` ### Web UI -You can access the web UI by entering "sherlock-web" folder and running the command: +Before starting the Web UI you need to have in your machine the base image of sherlock and you can do this by running this code in the root of this project: + +(In newer versions of docker you need to use "docker compose" instead.) + +``` +docker-compose build +``` + +You can then build and start the web UI by entering "sherlock-web" folder and running the command: ``` docker-compose up