Skip to content

Commit a981a45

Browse files
committed
[TASK] Adjust Readme
1 parent d7097cf commit a981a45

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

Readme.rst

+5-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
----------------------
2-
Flow base distribution
3-
----------------------
1+
-----------------------------
2+
Flow development distribution
3+
-----------------------------
44

5-
This repository provides a basis for starting new Flow projects. After running `composer update` or `composer install` respectively,
6-
you will have all packages installed which are needed for a standard Flow application.
7-
8-
It is best practice is to fork this repository, then clone it locally and adjust the dependencies in composer.json to your needs.
9-
After running `composer update`, check in the generated `composer.lock` file and push the result to your fork or a new repository.
5+
This repository provides a basis for developing Flow. The dependencies defined in composer.json will install the development collection of Flow,
6+
which allows you to create bugfixes and new features and push them to the respective repositories for review and inclusion into the core.
107

118
Learn more about the Flow application framework on http://www.neos.io/.
12-
You'll find the installation instructions and more at http://flowframework.readthedocs.org/

0 commit comments

Comments
 (0)