diff --git a/doc/Install.md b/doc/Install.md index c9fc4e6031..0d992f6606 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -61,6 +61,7 @@ Get the addons by going into your website folder. Clone the addon repository (separately): git clone https://github.com/friendica/friendica-addons.git addon + util/composer install -d addon If you copy the directory tree to your webserver, make sure that you also copy .htaccess - as "dot" files are often hidden and aren't normally copied. diff --git a/doc/Update.md b/doc/Update.md index 57d29bae4d..a1b62748c2 100644 --- a/doc/Update.md +++ b/doc/Update.md @@ -25,8 +25,8 @@ You can get the latest changes at any time with The addon tree has to be updated separately like so: - cd path/to/friendica/addon - git pull + git -C addon pull + util/composer.phar install -d addon For both repositories: The default branch to use is the ``master`` branch, which is the stable version of Friendica. diff --git a/doc/de/Chats.md b/doc/de/Chats.md index fc46af650e..0f724cb2d5 100644 --- a/doc/de/Chats.md +++ b/doc/de/Chats.md @@ -46,7 +46,9 @@ Als erstes musst Du die aktuellste Version herunterladen: Per Git:

-cd /var/www/<Pfad zu Deiner friendica-Installation>/addon; git pull +cd /var/www/<Pfad zu Deiner friendica-Installation> +git -C addon pull +util/composer.phar install -d addon

oder als normaler Download von hier: https://github.com/friendica/friendica-addons/blob/master/jappixmini.tgz (auf „view raw“ klicken) diff --git a/doc/de/Install.md b/doc/de/Install.md index 8c7c72cfc0..6a72e218dd 100644 --- a/doc/de/Install.md +++ b/doc/de/Install.md @@ -62,9 +62,9 @@ Wir planen, diese Einschränkung in einer zukünftigen Version zu beheben. - Um das Addon-Verzeichnis aktuell zu halten, solltest du in diesem Pfad ein "git pull"-Befehl eintragen - `cd meinewebseite/addon` + `git -C addon pull` - `git pull` + `util/composer.phar install -d addon` - Wenn du den Verzeichnispfad auf deinen Webserver kopierst, dann stelle sicher, dass du auch die .htaccess kopierst, da "Punkt"-Dateien oft versteckt sind und normalerweise nicht direkt kopiert werden.