Update README.md

This commit is contained in:
Xuan Sang LE 2019-03-01 10:36:32 +01:00 committed by GitHub
parent 303a2391f6
commit ecacc807cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,6 @@ When all dependencies are installed, the build can be done with a few single com
mkdir antd mkdir antd
cd antd cd antd
# build without plugin # build without plugin
wget -O- https://get.makeand.run/antd | bash -s "" wget -O- https://get.bitdojo.dev/antd | bash -s ""
``` ```
The script will ask 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. The script will ask 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.