Skip to content

Commit

Permalink
Fix docs how to run plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
skrakau committed Nov 22, 2023
1 parent b21053b commit 5182187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ make buildPlugins
4. Run nextflow with this command:

```bash
./launch.sh run -plugins [email protected] <script/pipeline name> [pipeline params]
nextflow run -plugins [email protected] <script/pipeline name> [pipeline params]
```

## Launch it with Nextflow
Expand Down

0 comments on commit 5182187

Please sign in to comment.