From 54ed56aa2d2258de30cc959662dcabbaa664c1ac Mon Sep 17 00:00:00 2001 From: arcbjorn Date: Mon, 24 Oct 2022 00:58:18 -0300 Subject: [PATCH] docs(readme): add note about DB --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 759f450..b44f32c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # base_infrastructure Infrastructure for base server + +**Important note** + +For postgreSQL multiple databases scripts: + +```sh +chmod +x scripts/create-multiple-postgres-databases.sh +```