Browse Source

Merge pull request #1903 from jos101/patch-2

Enable php_openssl.dll in php.ini
Jordi Boggiano 12 năm trước cách đây
mục cha
commit
165190bb38
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      doc/00-intro.md

+ 2 - 0
doc/00-intro.md

@@ -108,6 +108,8 @@ composer.phar:
 
     C:\Users\username>cd C:\bin
     C:\bin>php -r "eval('?>'.file_get_contents('https://getcomposer.org/installer'));"
+    
+> **Note:** If the above fails due to file_get_contents, use the `http` url or enable php_openssl.dll in php.ini
 
 Create a new `.bat` file alongside composer: