From f04383f157d25ad36a102fee7d15f8f52eb59229 Mon Sep 17 00:00:00 2001 From: Andrei Boyanov Date: Thu, 8 May 2025 17:27:16 +0200 Subject: [PATCH] Fix README --- README.md | 2 +- run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cab5214..b4dddb1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Installing Odoo 18.0 with one command (Supports multiple Odoo instances on one server). +# Installing Odoo 18.0 for the emf1995.club community site. ## Quick Installation diff --git a/run.sh b/run.sh index 2f9635f..e9fc421 100644 --- a/run.sh +++ b/run.sh @@ -4,7 +4,7 @@ PORT=$2 CHAT=$3 # Clone Odoo directory -echo "Clonning the repository" +echo "Cloning the repository" git clone --depth=1 https://github.com/andreiboyanov/emf-1995-docker-compose $DESTINATION || exit -1 rm -rf $DESTINATION/.git || exit -1