From e3a0e0faff46bacd89452350e05d0dfe84ba0a45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Mon, 12 Aug 2024 17:12:30 +0200 Subject: [PATCH] docs: update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maƫl Gangloff --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0410bf2..39ba9bf 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,13 @@ perform a reverse search to discover a list of domain names associated with an e detailed history of events (ownership changes, renewals, etc.) is not feasible with these protocols. ## Install -For more details on the installation procedure, please refer to [INSTALL.md](/INSTALL.md). This project is compatible with Docker. -1. Clone the GitHub repository + +> [!TIP] +> For more details on the installation procedure, please refer to [INSTALL.md](/INSTALL.md). + +### Docker Deployment + +1. Clone the repository 2. Build the Docker image locally ```shell docker compose -f compose.yaml -f compose.prod.yaml build --pull --no-cache