Skip to content

Commit

Permalink
Merge pull request #78 from mirpedrol/docs
Browse files Browse the repository at this point in the history
update docs
  • Loading branch information
mirpedrol authored Dec 21, 2023
2 parents 732a25a + fee18ca commit 96ae3c4
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 96ae3c4

Please sign in to comment.