X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FInstall.md;h=e0cece958c7125f5ac5549d079ad425c7b8d19c3;hb=380cd902d00f0422831e02e96d326f4dc8b711e5;hp=d0daa5f115c3b4b5850df4d46a7bed5552b5f326;hpb=18745b1723b3f8580704914e8f9df8441c859e70;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