From 48c72f17bedea7779d09864c8da150f06d258ab9 Mon Sep 17 00:00:00 2001 From: Krisque Date: Fri, 31 May 2024 14:41:59 -0300 Subject: [PATCH] docs(readme): add .env instructions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3ae01ef..e8e1e8b 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,9 @@ call to tell the api to update some register from plugins that are configured # DEV The idea is to just run this command and podman will run the entire dev environment + +obs: before this command you need to create the .env (see sample.env for example) + ```bash podman compose up -d --build ```