]> git.mxchange.org Git - friendica.git/blobdiff - doc/Update.md
Fix formatting in mod/help
[friendica.git] / doc / Update.md
index 2089b8e424ca40e947d2fcd825e05639c1664574..835dd3375dc3a08ca4e28f48f6b6113d5ac0ad99 100644 (file)
@@ -7,7 +7,7 @@ Updating Friendica
 
 If you installed Friendica in the ``path/to/friendica`` folder:
 1. Unpack the new Friendica archive in ``path/to/friendica_new``.
-2. Copy ``.htconfig.php``, ``photo/`` and ``proxy/`` from ``path/to/friendica`` to ``path/to/friendica_new``.
+2. Copy ``config/local.ini.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``.
 4. Rename the ``path/to/friendica_new`` folder to ``path/to/friendica``.
 5. Check your site. Note: it may go into maintenance mode to update the database schema.
@@ -21,12 +21,12 @@ You can get the latest changes at any time with
 
     cd path/to/friendica
     git pull
-    util/composer.phar install
+    bin/composer.phar install
 
 The addon tree has to be updated separately like so:
 
-    git -C addon pull
-    util/composer.phar install -d addon
+    cd path/to/friendica/addon
+    git pull
 
 For both repositories:
 The default branch to use is the ``master`` branch, which is the stable version of Friendica.