Skip to content

Commit 5057603

Browse files
authored
Update README.md (#14)
1 parent e4cd40d commit 5057603

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ The above command will default to patching code in the current directory, by run
7575

7676
You can take a look at the `default.yml` [file](patchwork/patchflows/AutoFix/defaults.yml) for the list of configurations you can set to manage the AutoFix patchflow.
7777

78+
The [patchwork-configs](https://github.com/patched-codes/patchwork-configs) repository contains the default configuration and prompts for all the patchflows. You can clone that repo and pass it as a flag to the CLI:
79+
80+
```bash
81+
patchwork AutoFix --config /path/to/patchwork-configs/patchflows
82+
```
83+
7884
## PatchWork in CI
7985

8086
You can also run PatchWork in a CI environment with ease:

0 commit comments

Comments
 (0)