1
0
mirror of https://github.com/lxsang/ant-http synced 2024-07-01 12:59:47 +02:00

Update README.md

This commit is contained in:
Xuan Sang LE 2019-11-19 17:48:59 +01:00 committed by GitHub
parent cfcadffa1f
commit 6bd5c473b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,8 +32,9 @@ When all dependencies are installed, the build can be done with a few single com
```bash
mkdir antd
cd antd
# Replace x.x.x by the version number
# build without plugin
wget -O- https://get.bitdojo.dev/antd | bash -s ""
wget -O- https://get.bitdojo.dev/antd | bash -s "x.x.x"
# or from the distribution tarball
tar xvzf antd-x.x.x.tar.gz
@ -51,4 +52,4 @@ aclocal
autoconf
automake --add-missing
make distcheck
```
```