diff --git a/README.md b/README.md index 4aa0335d..11a01929 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ Run the tests (in `metafix/src/test/java`) and checks (`.editorconfig`, `config/ `./gradlew clean check` +To execute a Fix (embedded in a Flux) via CLI: +`./gradlew :metafix-runner:run --args="$PWD/path/to.flux"` + (To import the projects in Eclipse, choose `File > Import > Existing Gradle Project` and select the `metafacture-fix` directory.) ## Usage