Skip to content

Commit

Permalink
Fix instructions
Browse files Browse the repository at this point in the history
It's a single click to open a file on the Gitpod explorer.
  • Loading branch information
mribeirodantas committed Dec 10, 2024
1 parent 2dfdbb5 commit f3c068d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hello_nextflow/02_hello_world.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Let's open the `hello-world.nf` script in the editor pane.
!!! note

The file is in the `hello-nextflow` directory, which should be your current working directory.
You can either double-click on the file in the file explorer, or type `ls` in the terminal and Cmd+Click (MacOS) or Ctrl+Click (PC) on the file to open it.
You can either click on the file in the file explorer, or type `ls` in the terminal and Cmd+Click (MacOS) or Ctrl+Click (PC) on the file to open it.

```groovy title="hello-world.nf" linenums="1"
#!/usr/bin/env nextflow
Expand Down

0 comments on commit f3c068d

Please sign in to comment.