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 +```