Browse Source

Update README_zh.md

viest 6 năm trước cách đây
mục cha
commit
dc6010592f
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      README_zh.md

+ 4 - 0
README_zh.md

@@ -37,6 +37,8 @@ git clone https://github.com/viest/php-ext-excel-export.git
 
 cd php-ext-excel-export
 
+git submodule update --init
+
 phpize && ./configure --with-php-config=/path/to/php-config
 
 make && make install
@@ -57,6 +59,8 @@ git clone https://github.com/viest/php-ext-excel-export.git
 
 cd php-ext-excel-export
 
+git submodule update --init
+
 phpize && ./configure --with-php-config=/path/to/php-config
 
 make && make install