update REAME
All checks were successful
Autotools pipeline / build-amd64 (push) Successful in 24s
Autotools pipeline / build-arm64 (push) Successful in 25s
Autotools pipeline / build-arm (push) Successful in 24s

This commit is contained in:
DanyLE 2024-07-27 00:55:03 +02:00
parent d3e8a05732
commit cc5bb1284c

View File

@ -35,10 +35,6 @@ With all dependencies installed:
```bash ```bash
mkdir antd mkdir antd
cd antd cd antd
# Replace x.x.x by the version number
# build without plugin
wget -O- https://get.iohub.dev/antd | bash -s "x.x.x"
# or from the distribution tarball # or from the distribution tarball
tar xvzf antd-x.x.x.tar.gz tar xvzf antd-x.x.x.tar.gz
cd antd-x.x.x cd antd-x.x.x