From ddcebf8f66953b8bf7ca26117f4752d41821bc2f Mon Sep 17 00:00:00 2001 From: Noam Aghai Date: Sun, 11 Aug 2024 01:37:25 +0300 Subject: [PATCH 1/2] Update README_Docker.md --- README_Docker.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README_Docker.md b/README_Docker.md index f3deef88..59115070 100644 --- a/README_Docker.md +++ b/README_Docker.md @@ -1,5 +1,10 @@ # Running OpenSprinkler via Docker +Before trying to build the docker image, you need to download the submodules: +```sh +git submodule update --recursive --init +``` + ## Building the container From this directory, create the image: From 58629083b30a9925d4ef0871731134791568a637 Mon Sep 17 00:00:00 2001 From: Noam Aghai Date: Sun, 11 Aug 2024 01:42:29 +0300 Subject: [PATCH 2/2] Updated typos --- README_Docker.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README_Docker.md b/README_Docker.md index 59115070..f2b75a5a 100644 --- a/README_Docker.md +++ b/README_Docker.md @@ -1,6 +1,7 @@ # Running OpenSprinkler via Docker -Before trying to build the docker image, you need to download the submodules: +Before trying to build the docker image, you need to download the submodules. +You can do it via: ```sh git submodule update --recursive --init ```