]> git.mxchange.org Git - friendica.git/blobdiff - doc/Update.md
Add new put_item_in_cache hook in include/text
[friendica.git] / doc / Update.md
index 2089b8e424ca40e947d2fcd825e05639c1664574..9e9324da947a18779519dc9c54e77b8436c46c30 100644 (file)
@@ -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.