Skip to content

Commit

Permalink
[DOCS] Clarify the usage of the -f option (#42)
Browse files Browse the repository at this point in the history
Resolves #35
  • Loading branch information
gilbertsoft authored Aug 2, 2022
1 parent 5f26ad6 commit 6a1ddae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ or
composer exec typo3-coding-standards extension
```

or if you want to update the rules, add `-f` option to the end.
or if you want to update the rules, use the `-f` option

```bash
composer exec -- typo3-coding-standards extension -f
```

Have a look at the newly created files in your root folder:

Expand Down

0 comments on commit 6a1ddae

Please sign in to comment.