]> git.mxchange.org Git - friendica.git/blobdiff - doc/Install.md
Merge remote-tracking branch 'upstream/develop' into personal-copy
[friendica.git] / doc / Install.md
index d0daa5f115c3b4b5850df4d46a7bed5552b5f326..e0cece958c7125f5ac5549d079ad425c7b8d19c3 100644 (file)
@@ -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