diff --git a/README.md b/README.md index 1209ce9..89f02df 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ You can either run the command manually or can automate it via cronjob. ## INSTALL You can simply download the script file and give the executable permission. ``` -curl -O mage2-backup.sh https://raw.githubusercontent.com/MagePsycho/magento2-db-code-backup-bash-script/master/src/mage2-db-code-backup.sh +curl -o mage2-backup.sh https://raw.githubusercontent.com/MagePsycho/magento2-db-code-backup-bash-script/master/src/mage2-db-code-backup.sh chmod +x mage2-backup.sh ```