diff --git a/README.md b/README.md index 5e48c0b..656db8e 100755 --- a/README.md +++ b/README.md @@ -5,14 +5,13 @@ We also want to provide Test Driven Development (TDD) capabilities through unit # build instructions -- ant : to build to jar file in dist/ -- ant clean : remove class files and built artifacts -- ant clean-all : remove anything not part of this codebase +- mvn clean install # Installation instructions Copy file "dist/pentaho-pdi-dataset-TRUNK-SNAPSHOT.jar" to the plugins/ folder of your Pentaho Data Integration (Kettle) distribution. Any location in that folder or subfolder is fine to make the plugin work. Currently there are no extra libraries that need to be deployed. +

Check the wiki for more detailed instructions

# LICENSE