Removed deprecated --dev flag in docs

This commit is contained in:
Ingo Schommer 2016-11-15 16:29:56 +13:00
parent bcc21c2403
commit 56e9f7a627

View File

@ -28,7 +28,7 @@ We ask for this so that the ownership in the license is clear and unambiguous, a
1. Install the project through composer. The process is described in detail in "[Installation through Composer](../getting_started/composer#contributing)".
composer create-project --keep-vcs --dev silverstripe/installer ./my/website/folder 4.0.x-dev
composer create-project --keep-vcs silverstripe/installer ./my/website/folder 4.0.x-dev
2. Edit the `composer.json`. Remove any `@stable` markers from the core modules in there.
Add your fork URLs, in this example a fork of the `cms` module on the `sminnee` github account