From 0174ed720550efce9286433e60467fdc4972bcad Mon Sep 17 00:00:00 2001 From: vuonghoainam Date: Thu, 31 Aug 2023 00:24:47 +0700 Subject: [PATCH] chore: Update readme with git recursive update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eccba9932..9253e5d41 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ Jan is a free, source-available and [fair code licensed](https://faircode.io/) A cd jan # Pull latest submodule - git submodule update --init + git submodule update --init --recursive + ``` - **Environment Variables**: You will need to set up several environment variables for services such as Keycloak and Postgres. You can place them in `.env` files in the respective folders as shown in the `docker-compose.yml`.