diff --git a/docs/source/getting_started/Installation.md b/docs/source/getting_started/Installation.md
index c54a1fd827c924afa9e57b80e19ac9edd538603f..f0744568a85ebf38efccd2675d4911e79bbf5eec 100644
--- a/docs/source/getting_started/Installation.md
+++ b/docs/source/getting_started/Installation.md
@@ -30,7 +30,7 @@ TODO: Order of searching configuration file.
 
 **_UNIX_**
                  
-<div id="termynal" data-termynal>
+<div id="termynal1" data-termynal>
     <span data-ty="input"> ./bitia.toml  </span>
     <span data-ty="input"> ~/.bitia.toml  </span>
     <span data-ty="input"> $HOME/.config/bitia.toml  </span>
@@ -39,15 +39,16 @@ TODO: Order of searching configuration file.
                   
 **_WINDOWS_**              
                     
- <div id="termynal" data-termynal>
+ <div id="termynal2" data-termynal>
     <span data-ty="input"> bitia.toml  </span>
     <span data-ty="input"> %APPDATA%\bitia.toml  </span>
     <span data-ty="input"> %PROGRAMDATA%\bitia.toml  </span>
 </div>                 
 
 
-<script type="text/javascript" src="https://raw.githack.com/tiangolo/fastapi/master/docs/en/docs/js/termynal.js" data-termynal-container="#termynal"></script>
-           
+<script type="text/javascript" src="https://raw.githack.com/tiangolo/fastapi/master/docs/en/docs/js/termynal.js" data-termynal-container="#termynal|#termynal1|#termynal2"></script>
+
+
 
 
                      
diff --git a/docs/source/getting_started/Working.md b/docs/source/getting_started/Working.md
index 28120724b4e080a62c673e8ce7c1a742bce09887..3f26073972c95a05ea3b1d38cc50cf4cb4d27375 100644
--- a/docs/source/getting_started/Working.md
+++ b/docs/source/getting_started/Working.md
@@ -32,7 +32,7 @@ The above code will:
 
 #### 2. Running Pipelines
 
-<div id="termynal" data-termynal>
+<div id="termynal1" data-termynal>
     <span data-ty="input">bitia run "samtools convert < foo.fa|http://y.com/foo.fa >"</span>
     <span data-ty="progress"></span>
 </div>
@@ -64,7 +64,7 @@ The above code will:
 
 
 
-<script type="text/javascript" src="https://raw.githack.com/tiangolo/fastapi/master/docs/en/docs/js/termynal.js" data-termynal-container="#termynal"></script>
+<script type="text/javascript" src="https://raw.githack.com/tiangolo/fastapi/master/docs/en/docs/js/termynal.js" data-termynal-container="#termynal|#termynal1"></script>