diff --git a/README.md b/README.md index beeb5f2..6ec893a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Declare the plugin in your Nextflow pipeline configuration file: ```groovy title="nextflow.config" plugins { - id 'nf-co2footprint@0.4.0' + id 'nf-co2footprint@0.1.0' } ``` diff --git a/docs/contributing/setup.md b/docs/contributing/setup.md index bedabca..d2fb8ec 100644 --- a/docs/contributing/setup.md +++ b/docs/contributing/setup.md @@ -46,7 +46,7 @@ The plugin can be tested without using a local Nextflow build using the followin 1. Compile and install the plugin code ```bash - make compile + ./gradlew compileGroovy make install ```