diff --git a/README.install b/README.install index b098192..f2d16ec 100644 --- a/README.install +++ b/README.install @@ -173,6 +173,12 @@ chown www-data:www-data /var/www # - Get cryptpad # - su www-data -s /bin/bash -c "git clone https://github.com/xwiki-labs/cryptpad /var/www/cryptpad" +su www-data -s /bin/bash -c "git clone https://github.com/cryptpad/cryptpad.git /var/www/cryptpad" + +# Switch to the latest published tag +# +#su www-data -s /bin/bash -c "git checkout $(git tag -l | grep -v 'v1.*$' | sort -V | tail -n 1)" + cd cryptpad