From 6bd5c473b9240f015ce56f7ffce3032048265fbd Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Tue, 19 Nov 2019 17:48:59 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fa7997..374f84b 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file +```