From 4ef69c91ac899676ed6cccf60da3553bdfbfa87c Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 11 Apr 2017 14:39:47 +0200 Subject: [PATCH] TASK: Update readme with project website * As github is no longer the home but a mirror, we will tell everyone. --- Readme.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Readme.rst b/Readme.rst index dcc9770..3ba4905 100644 --- a/Readme.rst +++ b/Readme.rst @@ -7,10 +7,16 @@ Our goal is to provide an automated migration for TYPO3 updates. This should include source code modifications like adjusting old legacy class names to new ones. +The official project home page can be found at https://git.higidi.com/Automated-TYPO3-Update/automated-typo3-update . +Please open new issues and merge requests there. You can login with your Github account. + +Github is just used as a mirror for the project. + Requirements ============ -- ``composer`` needs to be installed and inside your ``$PATH``. +- ``composer`` needs to be installed and inside your ``$PATH``. Otherwise run ``make + install-composer``. Installation ============