From f5a0c38cc98b22a5993a6d4f3b563b12b15c96cb Mon Sep 17 00:00:00 2001
From: Chukwuemeka Muonagor <c.muonagor@tu-braunschweig.de>
Date: Wed, 6 Mar 2024 18:48:19 +0000
Subject: [PATCH] Update README.md

---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 98a2a7a..7dec3e1 100644
--- a/README.md
+++ b/README.md
@@ -19,12 +19,14 @@
 
 1. Install Docker and its dependencies.
 
-2. Clone the project and cd into the directory of the project, then run:
+2. Install Elasticsearch.
+
+3. Clone the project and cd into the directory of the project, then run:
     ```
     sudo docker build -t ibi_horse .
     ```
 
-3. After the build, run:
+4. After the build, run:
     ```
     sudo docker run --network host ibi_horse
     ```
-- 
GitLab