X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FInstall.md;h=e0cece958c7125f5ac5549d079ad425c7b8d19c3;hb=e6cd5a4d663c74213a572a5528c32f721b677c9e;hp=d0daa5f115c3b4b5850df4d46a7bed5552b5f326;hpb=4dc68b32b5e7688ce8d34fa36ea5fad0c80aa048;p=friendica.git diff --git a/doc/Install.md b/doc/Install.md index d0daa5f115..e0cece958c 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -72,7 +72,7 @@ This makes the software much easier to update. The Linux commands to clone the repository into a directory "mywebsite" would be - git clone https://github.com/friendica/friendica.git -b master mywebsite + git clone https://github.com/friendica/friendica.git -b stable mywebsite cd mywebsite bin/composer.phar install --no-dev @@ -88,7 +88,7 @@ Get the addons by going into your website folder. Clone the addon repository (separately): - git clone https://github.com/friendica/friendica-addons.git -b master addon + git clone https://github.com/friendica/friendica-addons.git -b stable addon If you want to use the development version of Friendica you can switch to the develop branch in the repository by running