Skip to content

Commit

Permalink
Update mv to cp for moving between devices
Browse files Browse the repository at this point in the history
This commit fixes issue #3.
  • Loading branch information
Wouter van Os committed Nov 17, 2015
1 parent 0967f9b commit ba87b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit ba87b6a

Please sign in to comment.