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