Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Dec 21, 2023
1 parent 0d71ffe commit fee18ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit fee18ca

Please sign in to comment.