diff --git a/doc/Chats.md b/doc/Chats.md index 29067e1280..df3e7c784d 100644 --- a/doc/Chats.md +++ b/doc/Chats.md @@ -43,7 +43,7 @@ At first you have to get the current version. You can either pull it from [Githu $> cd /var/www/virtual/YOURSPACE/html/addon; git pull -Or you can download a tar archive here: [jappixmini.tgz](https://github.com/friendica/friendica-addons/blob/master/jappixmini.tgz) (click at „view raw“). +Or you can download a tar archive here: [jappixmini.tgz](https://github.com/friendica/friendica-addons/blob/stable/jappixmini.tgz) (click at „view raw“). Just unpack the file and rename the directory to „jappixmini“. Next, upload this directory and the .tgz-file into your addon directory of your friendica installation. diff --git a/doc/Install.md b/doc/Install.md index 3f2071401c..e0cece958c 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -88,7 +88,7 @@ Get the addons by going into your website folder. Clone the addon repository (separately): - git clone https://github.com/friendica/friendica-addons.git -b master addon + git clone https://github.com/friendica/friendica-addons.git -b stable addon If you want to use the development version of Friendica you can switch to the develop branch in the repository by running diff --git a/doc/de/Chats.md b/doc/de/Chats.md index 9c1a82b189..83c55e991c 100644 --- a/doc/de/Chats.md +++ b/doc/de/Chats.md @@ -49,7 +49,7 @@ Per Git: cd /var/www/<Pfad zu Deiner friendica-Installation>/addon; git pull

-oder als normaler Download von hier: https://github.com/friendica/friendica-addons/blob/master/jappixmini.tgz (auf „view raw“ klicken) +oder als normaler Download von hier: https://github.com/friendica/friendica-addons/blob/stable/jappixmini.tgz (auf „view raw“ klicken) Entpacke diese Datei (ggf. den entpackten Ordner in „jappixmini“ umbenennen) und lade sowohl den entpackten Ordner komplett als auch die .tgz Datei in den Addon Ordner Deiner Friendica Installation hoch. diff --git a/doc/de/Install.md b/doc/de/Install.md index 03dd21798c..8b9434a33b 100644 --- a/doc/de/Install.md +++ b/doc/de/Install.md @@ -70,7 +70,7 @@ Falls Addons installiert werden sollen: Gehe in den Friendica-Ordner Und die Addon Repository klonst: - git clone https://github.com/friendica/friendica-addons.git -b master addon + git clone https://github.com/friendica/friendica-addons.git -b stable addon Um das Addon-Verzeichnis aktuell zu halten, solltest du in diesem Pfad ein "git pull"-Befehl eintragen