diff --git a/README.md b/README.md
index 02b2855890a54184af8ef0e7ba68a36b50e0ae32..8e0dae682e03b9ced318a52956471a1e9699b860 100644
--- a/README.md
+++ b/README.md
@@ -37,8 +37,15 @@ the documents of `bitia-runner` for more details. TODO.
 
 ## EXAMPLES
 
-1. Using samtools to view a fastq file
+1. Using samtools to view a fastq file with same name as downloaded from url in arch-linux
 
 NORMAL PIPELINE EXECUTION CODE         |  BITIA EXECUTION CODE
 :-------------------------:|:-------------------------:
-![](./docs/source/img/readme_example_1.gif)  |       ![](./docs/source/img/readme_example_1_bitia.gif)
\ No newline at end of file
+![](./docs/source/img/readme_example_1.gif)  |![](./docs/source/img/readme_example_1_bitia.gif)
+
+
+2. Using samtools to view a fastq file with different file name as downloaded from url in debian-linux
+   
+NORMAL PIPELINE EXECUTION CODE         |  BITIA EXECUTION CODE
+:-------------------------:|:-------------------------:
+![](./docs/source/img/readme_example_2.gif)  |![](./docs/source/img/readme_example_2_bitia.gif)
\ No newline at end of file
diff --git a/docs/source/img/readme_example_1.gif b/docs/source/img/readme_example_1.gif
index f2f5afbcabc6b29aacf645c97f579bd6b24d7038..91211adbcbb8ad8bf06dd4cc236afcff0b9bba04 100644
Binary files a/docs/source/img/readme_example_1.gif and b/docs/source/img/readme_example_1.gif differ
diff --git a/docs/source/img/readme_example_1_bitia.gif b/docs/source/img/readme_example_1_bitia.gif
index bcc614f86295fbff80688b76c91ea2239003744e..22e07aabbba4427edf32d42e3f5063458baa8a9d 100644
Binary files a/docs/source/img/readme_example_1_bitia.gif and b/docs/source/img/readme_example_1_bitia.gif differ
diff --git a/docs/source/img/readme_example_2.gif b/docs/source/img/readme_example_2.gif
new file mode 100644
index 0000000000000000000000000000000000000000..37ef1199b5a6d7a85e23baa85427cb51005dfb57
Binary files /dev/null and b/docs/source/img/readme_example_2.gif differ
diff --git a/docs/source/img/readme_example_2_bitia.gif b/docs/source/img/readme_example_2_bitia.gif
new file mode 100644
index 0000000000000000000000000000000000000000..d845198ec815e13d67b80b8fdcf3620c18ec7494
Binary files /dev/null and b/docs/source/img/readme_example_2_bitia.gif differ