mirror of
https://github.com/lxsang/ant-http
synced 2024-11-17 17:08:20 +01:00
Update README.md
This commit is contained in:
parent
cfcadffa1f
commit
6bd5c473b9
@ -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
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user