remove branch (-b 17.1) for master

This commit is contained in:
Ralf Becker 2019-02-24 11:27:38 +01:00 committed by GitHub
parent 20fbc30b34
commit 711e5280cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,14 +22,14 @@ npm install -g grunt-cli
* install EGroupware and dependencies * install EGroupware and dependencies
``` ```
cd /path/to/your/docroot cd /path/to/your/docroot
git clone -b 17.1 https://github.com/EGroupware/egroupware.git # or git@github.com:EGroupware/egroupware.git for ssh git clone https://github.com/EGroupware/egroupware.git # or git@github.com:EGroupware/egroupware.git for ssh
cd egroupware cd egroupware
./install-cli.php ./install-cli.php
``` ```
* install further EGroupware apps by cloning them into your egroupware directory eg. * install further EGroupware apps by cloning them into your egroupware directory eg.
``` ```
cd /path/to/your/egroupware cd /path/to/your/egroupware
git clone -b 17.1 https://github.com/EGroupware/registration.git git clone https://github.com/EGroupware/registration.git
``` ```
* continue installation at http://localhost/egroupware/setup/ * continue installation at http://localhost/egroupware/setup/