From 1318a070157fd5e9b97c3ee23fd96bff6505dc0f Mon Sep 17 00:00:00 2001 From: Radu Liviu Carjan Date: Mon, 17 Oct 2022 16:00:48 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bdecf98..300b949 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # A docker container configuration for search and displace ## Initialize the repository -In order to be able to run this application, its submodules first need to be initialized. To do this, after cloning, run `git submodule init` in the root directory. +In order to be able to run this application, its submodules first need to be initialized. To do this, after cloning, run the following commands in the root directory: + - `git submodule init` + - `git submodule update` After that, the files in `docker/conf/nginx/templates` need to be edited with the corresponding URLs. The `server_name`s need to be added in the operating system's hosts file so they work locally.