1
0
mirror of https://github.com/lxsang/antd-cgi-plugin synced 2024-12-26 01:58:22 +01:00

Update README.md

This commit is contained in:
Xuan Sang LE 2018-10-08 23:19:44 +02:00 committed by GitHub
parent b2e8295cde
commit 0efb73fa0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ mkdir antd
cd antd
wget -O- https://get.makeand.run/antd | bash -s "cgi"
```
The script will ask you where you want to put the binaries (should be an absolute path, otherwise the build will fail) and the default HTTP port for the server config.
The script will ask you for a place to put the binaries (should be an absolute path, otherwise the build will fail) and the default HTTP port for the server config.
## Example of using PHP-CGI with Antd
Make sure **php-cgi** is installed on your system.