]> git.mxchange.org Git - friendica.git/blobdiff - doc/Install.md
Merge pull request #10411 from annando/header-noscrape
[friendica.git] / doc / Install.md
index 3715ab1f9dd366e7daaf87bc6cbee20231e11622..6aa094ffce74753b2960af23969072a81bdb96d0 100644 (file)
@@ -60,7 +60,7 @@ If this is nothing for you, you might be interested in
 
 ### Get Friendica
 
 
 ### Get Friendica
 
-Download the full archive of the stable release of Friendica from [the project homepage](https://friendi.ca/resources/download-files/) and the addons archive from [github](https://github.com/friendica/friendica/releases].
+Download the full archive of the stable release of Friendica core and the addons from [the project homepage](https://friendi.ca/resources/download-files/).
 Make sure that the version of the Friendica archive and the addons match.
 Unpack the Friendica files into the root of your web server document area.
 
 Make sure that the version of the Friendica archive and the addons match.
 Unpack the Friendica files into the root of your web server document area.
 
@@ -79,7 +79,7 @@ The Linux commands to clone the repository into a directory "mywebsite" would be
 
 Make sure the folder *view/smarty3* exists and is writable by the webserver user, in this case *www-data*
 
 
 Make sure the folder *view/smarty3* exists and is writable by the webserver user, in this case *www-data*
 
-    mkdir view/smarty3
+    mkdir -p view/smarty3
     chown www-data:www-data view/smarty3
     chmod 775 view/smarty3
 
     chown www-data:www-data view/smarty3
     chmod 775 view/smarty3