diff --git a/README.rst b/README.rst index dbf0fea695..7f7538b27b 100644 --- a/README.rst +++ b/README.rst @@ -30,14 +30,14 @@ you plan to assign to it, during the MySQL installation when executing the fabfi - Debian or Ubuntu: cd /tmp && sudo apt-get install -y fabric wget tar gzip && wget - https://github.com/rosarior/mayan/raw/master/contrib/fabfile.tar.gz + https://github.com/mayan-edms/mayan-edms/raw/master/contrib/fabfile.tar.gz -O - \| tar -xvzf - && echo “database\_manager\_admin\_password=” > ~/.fabricrc && fab -H localhost install - Fedora: cd /tmp && sudo yum install -y fabric wget tar gzip && wget - https://github.com/rosarior/mayan/raw/master/contrib/fabfile.tar.gz + https://github.com/mayan-edms/mayan-edms/raw/master/contrib/fabfile.tar.gz -O - \| tar -xvzf - && echo “database\_manager\_admin\_password=” > ~/.fabricrc && fab -H localhost install