Skip to content

Commit

Permalink
Merge pull request #329 from bcrowe/dev-install
Browse files Browse the repository at this point in the history
Use --dev option for install
  • Loading branch information
jadb committed Apr 23, 2015
2 parents 51d8f0e + 33e37a0 commit 377ee67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you want DebugKit for your 2.x application, you can use the latest `2.2.y` ta

* Install the plugin with composer from your CakePHP Project's ROOT directory (where composer.json file is located)
```sh
php composer.phar require cakephp/debug_kit "~3.0"
php composer.phar require --dev cakephp/debug_kit "~3.0"
```

* Load the plugin
Expand Down

0 comments on commit 377ee67

Please sign in to comment.