X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FInstall.md;h=6aa094ffce74753b2960af23969072a81bdb96d0;hb=83d3ce0802d2a2e2717f580f606d1f5211f23edd;hp=3715ab1f9dd366e7daaf87bc6cbee20231e11622;hpb=ffba3c80cc8b43bc1d08a53ead9d3f89509d8917;p=friendica.git diff --git a/doc/Install.md b/doc/Install.md index 3715ab1f9d..6aa094ffce 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -60,7 +60,7 @@ If this is nothing for you, you might be interested in ### 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. @@ -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* - mkdir view/smarty3 + mkdir -p view/smarty3 chown www-data:www-data view/smarty3 chmod 775 view/smarty3