Fix README

This commit is contained in:
Andrei Boyanov 2025-05-08 17:27:16 +02:00
parent 5279f4b77a
commit f04383f157
2 changed files with 2 additions and 2 deletions

View File

@ -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

2
run.sh
View File

@ -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