Update README.md

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

View File

@ -41,7 +41,7 @@ install-cli.php supports the following "channels":
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>
(Only necessary for 16.1 or older, for 17.1+ use: install-cli.php <new-channel>!)
```
for d in . * activesync/vendor/z-push/z-push api/src/Db/ADOdb ; do [ -d $d/.git ] && (echo $d; cd $d; git checkout 17.1); done
```