From f3c068d52f2947563e3b66bcae9c60b553be3f04 Mon Sep 17 00:00:00 2001 From: Marcel Ribeiro-Dantas Date: Mon, 9 Dec 2024 23:19:41 -0300 Subject: [PATCH] Fix instructions It's a single click to open a file on the Gitpod explorer. --- docs/hello_nextflow/02_hello_world.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hello_nextflow/02_hello_world.md b/docs/hello_nextflow/02_hello_world.md index 775f870f..eea4fda2 100644 --- a/docs/hello_nextflow/02_hello_world.md +++ b/docs/hello_nextflow/02_hello_world.md @@ -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