281a6334 by Vo Van Khoa

Update readme.md

1 parent 5d8760cf
...@@ -3,12 +3,12 @@ ...@@ -3,12 +3,12 @@
3 Use modman [Linux](https://github.com/colinmollenhour/modman) | [Windows](https://github.com/khoazero123/modman-php) : 3 Use modman [Linux](https://github.com/colinmollenhour/modman) | [Windows](https://github.com/khoazero123/modman-php) :
4 4
5 cd magento_root/ 5 cd magento_root/
6 modman clone http://fgit.fgct.net/vankhoa/M2OverrideCreateInvoice.git 6 modman clone https://github.com/khoazero123/M2OverrideCreateInvoice.git
7 modman deploy M2OverrideCreateInvoice 7 modman deploy M2OverrideCreateInvoice
8 8
9 Use git: 9 Use git:
10 10
11 git clone http://fgit.fgct.net/vankhoa/M2OverrideCreateInvoice.git 11 git clone https://github.com/khoazero123/M2OverrideCreateInvoice.git
12 cp M2OverrideCreateInvoice/* magento_root/ 12 cp M2OverrideCreateInvoice/* magento_root/
13 13
14 14
......