Skip to content

Commit

Permalink
Add --no-dev for create-project command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik authored and jrfnl committed Feb 22, 2022
1 parent 6483c98 commit c9dd841
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 @@ -30,7 +30,7 @@ Install with `composer` as development dependency:

Alternatively you can install as a standalone `composer` project:

composer create-project php-parallel-lint/php-parallel-lint /path/to/folder/php-parallel-lint
composer create-project php-parallel-lint/php-parallel-lint /path/to/folder/php-parallel-lint --no-dev
/path/to/folder/php-parallel-lint/parallel-lint # running tool

For colored output, install the suggested package `php-parallel-lint/php-console-highlighter`:
Expand Down

0 comments on commit c9dd841

Please sign in to comment.