From 4f9813d4bf06374edf288bbb3c8169615cc81cd8 Mon Sep 17 00:00:00 2001 From: "Ibrahim Ahmad (feyroozecode)" <43380715+feyroozecode@users.noreply.github.com> Date: Sun, 9 Jun 2024 15:16:43 +0100 Subject: [PATCH] Update README.md New command need new Line --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e291143..1512186 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ vi env/db.env # and set things cp env/run.env.example env/run.env vi env/run.env # and set things -AKAUNTING_SETUP=true docker-compose up -d +AKAUNTING_SETUP=true +docker-compose up -d ``` Then head to HTTP at port 8080 on the docker-compose host and finish configuring your Akaunting company through the interactive wizard.