From f473bf695fc5344aedb9ceb6d546e2571ccff98a Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Tue, 19 Nov 2019 17:50:14 +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 78208ac..1b8d234 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ When all dependencies are installed, the build can be done with a few single com ```bash mkdir 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/ tar xvzf cgi-x.x.x.tar.gz @@ -74,4 +75,4 @@ aclocal autoconf automake --add-missing make distcheck -``` \ No newline at end of file +```