Skip to content

Commit

Permalink
docs: Update installation recommended commands for mkdir argument (…
Browse files Browse the repository at this point in the history
…`-p` insteadof `--parents`). (#6689)
  • Loading branch information
MTindev committed Nov 21, 2022
1 parent 9c7070b commit 663f3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -28,7 +28,7 @@ in a dedicated `composer.json` file in your project, for example in the
`tools/php-cs-fixer` directory:

```console
mkdir --parents tools/php-cs-fixer
mkdir -p tools/php-cs-fixer
composer require --working-dir=tools/php-cs-fixer friendsofphp/php-cs-fixer
```

Expand Down

0 comments on commit 663f3fc

Please sign in to comment.