exclude alpha version in xml-doku
[kivitendo-erp.git] / doc / dokumentation.xml
index dcc2818..227e71b 100644 (file)
@@ -522,7 +522,7 @@ tar xvzf kivitendo-erp-3.4.1.tgz</programlisting>
         die Pfade anpassen) bspw. wie folgt: <programlisting>cd /var/www/
 git clone https://github.com/kivitendo/kivitendo-erp.git
 cd kivitendo-erp/
-git checkout `git tag -l | egrep -ve "(beta|rc)" | tail -1`</programlisting>
+git checkout `git tag -l | egrep -ve "(alpha|beta|rc)" | tail -1`</programlisting>
         Erläuterung: Der Befehl wechselt zur letzten Stable-Version (git tag
         -l listet alle Tags auf, das egrep schmeisst alle Einträge mit beta
         oder rc raus und das tail gibt davon den obersten Treffer zurück).