]> git.mxchange.org Git - friendica.git/commitdiff
fix broken numbered list in doc/update.md
authorguzzisti <apollo@rw-net.dew>
Thu, 11 Jul 2019 19:32:40 +0000 (21:32 +0200)
committerguzzisti <apollo@rw-net.dew>
Thu, 11 Jul 2019 19:32:40 +0000 (21:32 +0200)
minor typos/formatting in doc/install.md

doc/Install.md
doc/Update.md

index 531ee08b6ba8dc9573154608ade2a07b69f1b746..8b822b0a65e948a16c86838f4f7e9f8c5aadc60f 100644 (file)
@@ -26,7 +26,7 @@ The account will expire after 7 days, but you can ask the server admin to keep y
 ## Prerequisites
 
 * Choose a domain name or subdomain name for your server. Put some thought into this. While changing it after installation is supported, things still might break.
-* Setup HTTPS on your host
+* Setup HTTPS on your domain
 
 ### Requirements
 
@@ -82,7 +82,7 @@ Make sure the folder *view/smarty3* exists and is writable by the webserver user
     mkdir view/smarty3
     chown www-data:www-data view/smarty3
     chmod 775 view/smarty3
-F
+
 Get the addons by going into your website folder.
 
     cd mywebsite
@@ -258,7 +258,7 @@ Example:
 
 Change "/base/directory", and "/path/to/php" as appropriate for your situation.
 
-#### cron job for Worker
+#### cron job for worker
 
 If you are using a Linux server, run "crontab -e" and add a line like the
 one shown, substituting for your unique paths and settings:
index 7b7ccf7bbd82a7d4375e134c13169951205cdc62..1fca48ac1b5f95bd962571f8ac21323069a6ac3f 100644 (file)
@@ -6,6 +6,7 @@ Updating Friendica
 ## Using a Friendica archive
 
 If you installed Friendica in the ``path/to/friendica`` folder:
+
 1. Unpack the new Friendica archive in ``path/to/friendica_new``.
 2. Copy ``config/local.config.php``, ``photo/`` and ``proxy/`` from ``path/to/friendica`` to ``path/to/friendica_new``.
 3. Rename the ``path/to/friendica`` folder to ``path/to/friendica_old``.