diff --git a/.doctrees/course_contents/Tutorial.doctree b/.doctrees/course_contents/Tutorial.doctree
new file mode 100644
index 0000000..6237a88
Binary files /dev/null and b/.doctrees/course_contents/Tutorial.doctree differ
diff --git a/.doctrees/course_information/Instructions.doctree b/.doctrees/course_information/Instructions.doctree
index d829601..3c08ba6 100644
Binary files a/.doctrees/course_information/Instructions.doctree and b/.doctrees/course_information/Instructions.doctree differ
diff --git a/.doctrees/environment.pickle b/.doctrees/environment.pickle
index b2b3443..2c44243 100644
Binary files a/.doctrees/environment.pickle and b/.doctrees/environment.pickle differ
diff --git a/.doctrees/index.doctree b/.doctrees/index.doctree
index 6abf507..d466b26 100644
Binary files a/.doctrees/index.doctree and b/.doctrees/index.doctree differ
diff --git a/_sources/course_contents/Tutorial.md b/_sources/course_contents/Tutorial.md
new file mode 100644
index 0000000..3179437
--- /dev/null
+++ b/_sources/course_contents/Tutorial.md
@@ -0,0 +1,14 @@
+# Nextflow fundamentals tutorial
+For DTU-Biosustain and DTU-Bioenginnering
+
+Print the current version, system and runtime:
+```bash
+:caption: Verify java installation:
+
+nextflow info
+```
+
+Run hello.nf as it is, passing a parameter from the command line and after changing the code in the second process (rev $y) using –resume
+nextflow run hello.nf
+nextflow run hello.nf --greeting ‘Hello Albert’
+nextflow run hello.nf --greeting ‘Hello Albert’ -resume
diff --git a/_sources/course_information/Instructions.md b/_sources/course_information/Instructions.md
index 6d67fd9..1532cd4 100644
--- a/_sources/course_information/Instructions.md
+++ b/_sources/course_information/Instructions.md
@@ -9,25 +9,25 @@ To learn more about Github codespaces go [here](https://github.com/features/code
Now, Nextflow should be ready to run in your GitHub Codespace environment! Let's check that you have a fully functional environment.
-```bash
+```{code-block} bash
:caption: Verify java installation:
java -version
```
-```bash
+```{code-block} bash
:caption: Verify Nextflow installation:
nextflow -v
```
-```bash
+```{code-block} bash
:caption: Nextflow information:
nextflow info
```
-```bash
+```{code-block} bash
:caption: Verify Docker installation:
docker --version
diff --git a/_sources/index.md b/_sources/index.md
index 952f674..634505d 100644
--- a/_sources/index.md
+++ b/_sources/index.md
@@ -33,6 +33,7 @@ course_information/Timing
:caption: Course contents
course_contents/Contents
+course_contents/Tutorial
```
```{toctree}
diff --git a/about.html b/about.html
index cb43d26..1afc2c2 100644
--- a/about.html
+++ b/about.html
@@ -172,6 +172,7 @@
Run hello.nf as it is, passing a parameter from the command line and after changing the code in the second process (rev $y) using –resume
+nextflow run hello.nf
+nextflow run hello.nf –greeting ‘Hello Albert’
+nextflow run hello.nf –greeting ‘Hello Albert’ -resume
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/course_information/Instructions.html b/course_information/Instructions.html
index 5ccf00d..79e7c76 100644
--- a/course_information/Instructions.html
+++ b/course_information/Instructions.html
@@ -172,6 +172,7 @@