Update mv to cp for moving between devices

This commit fixes issue #3.
This commit is contained in:
Wouter van Os
2015-11-17 09:55:28 +01:00
parent 0967f9bd06
commit ba87b6acc7

View File

@@ -1,6 +1,6 @@
# Installatie #
+ Ga naar de root van de WHMCS installatie (de hoofd folder) en voer het onderstaande commando uit.
+ ``` git clone --recursive https://github.com/0100Dev/WHMCS-Mollie.git /tmp/whmcs && sudo mv /tmp/whmcs/src ./modules/gateways/```
+ ``` git clone --recursive https://github.com/0100Dev/WHMCS-Mollie.git /tmp/whmcs && sudo cp /tmp/whmcs/src ./modules/gateways/```
# Ondersteunde betaalmethodes #
Alle betaalmethodes van Mollie zijn ondersteund. Zet de gewenste betaalmethodes aan door de gateway in WHMCS te activeren.