mirror of
https://github.com/lxsang/antd-cgi-plugin
synced 2024-12-26 18:08:21 +01:00
Update README.md
This commit is contained in:
parent
6d41e8c26d
commit
f473bf695f
@ -18,7 +18,8 @@ When all dependencies are installed, the build can be done with a few single com
|
|||||||
```bash
|
```bash
|
||||||
mkdir antd
|
mkdir antd
|
||||||
cd antd
|
cd antd
|
||||||
wget -O- https://get.bitdojo.dev/antd_plugin | bash -s "cgi"
|
#replace x.x.x by the number version
|
||||||
|
wget -O- https://get.bitdojo.dev/antd_plugin | bash -s "cgi-x.x.x"
|
||||||
|
|
||||||
# or from the tarball distribution in dist/
|
# or from the tarball distribution in dist/
|
||||||
tar xvzf cgi-x.x.x.tar.gz
|
tar xvzf cgi-x.x.x.tar.gz
|
||||||
@ -74,4 +75,4 @@ aclocal
|
|||||||
autoconf
|
autoconf
|
||||||
automake --add-missing
|
automake --add-missing
|
||||||
make distcheck
|
make distcheck
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user