Update README.md

This commit is contained in:
Dany LE 2022-08-01 18:23:04 +02:00 committed by GitHub
parent ba6694ab8b
commit 65a6813af5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ wget -O- https://get.iohub.dev/antd | bash -s "x.x.x"
# or from the distribution tarball
tar xvzf antd-x.x.x.tar.gz
cd antd-x.x.x
./configure --prefix=/usr --enable-debug=yes
./configure --prefix=/usr
make
sudo make install
```