fix not display "tag"

This commit is contained in:
Ralf Becker 2019-02-23 13:29:28 +01:00 committed by GitHub
parent d478b1ca57
commit aa12283893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,17 +29,17 @@ git clone -b 17.1 https://github.com/EGroupware/registration.git
### Keeping EGroupware up to date:
```
cd /path/to/your/egroupware
./install-cli.php [<change-channel>]
setup/setup-cli.php # will tell you if a schema-update is necessary
```
install-cli.php supports the following "channels":
- release: taged maintenance releases only eg. 17.1.20190222
- bugfix: release-branch incl. latest bugfixes eg. 17.1, if you are currently on 17.1.20190222
- <branch>:switch to given branch
- \<branch\>: switch to given branch
- master: latest development for next release
To change the channel, call install-cli.php <channel-to-update-to>.
### Switching a git installation from 16.1 to 17.1:
(Only necessary for 16.1, 17.1+ use: install-cli.php <new-channel>
```