diff --git a/RenduMD/Config.html b/RenduMD/Config.html
index 554359485643740f3116630db6c46a89517bc594..72f21e3249825454ec2bfaf401fb5c643aa1359d 100644
--- a/RenduMD/Config.html
+++ b/RenduMD/Config.html
@@ -518,21 +518,25 @@ annoncée le 25 août 2023.</p></li>
 <li><p>Source : Debian - ReleaseInfo</p></li>
 </ul></li>
 </ol>
-<hr />
 <section class="footnotes footnotes-end-of-document"
 role="doc-endnotes">
 <hr />
 <ol>
-<li id="fn1" role="doc-endnote"><p>texte<a href="#fnref1"
-class="footnote-back" role="doc-backlink">↩︎</a></p></li>
-<li id="fn2" role="doc-endnote"><p>texte<a href="#fnref2"
-class="footnote-back" role="doc-backlink">↩︎</a></p></li>
-<li id="fn3" role="doc-endnote"><p>texte<a href="#fnref3"
-class="footnote-back" role="doc-backlink">↩︎</a></p></li>
-<li id="fn4" role="doc-endnote"><p>texte<a href="#fnref4"
-class="footnote-back" role="doc-backlink">↩︎</a></p></li>
-<li id="fn5" role="doc-endnote"><p>texte<a href="#fnref5"
+<li id="fn1" role="doc-endnote"><p><a
+href="https://git-scm.com/doc">documentation git</a><a href="#fnref1"
 class="footnote-back" role="doc-backlink">↩︎</a></p></li>
+<li id="fn2" role="doc-endnote"><p><a
+href="https://www.sqlite.org/docs.html">documentation sqlite3</a><a
+href="#fnref2" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
+<li id="fn3" role="doc-endnote"><p><a
+href="https://www.sqlite.org/docs.html">documentation curl</a><a
+href="#fnref3" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
+<li id="fn4" role="doc-endnote"><p><a
+href="https://www.gnu.org/software/bash/manual/html_node/Programmable-Completion.html">bash-completion</a><a
+href="#fnref4" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
+<li id="fn5" role="doc-endnote"><p><a
+href="https://www.techno.rn.tn/fr/open-source/scripts-cms/astuces/175-astuce-lancer-neofetch-au-demarrage-du-terminal?format=html">neofetch</a><a
+href="#fnref5" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
 </ol>
 </section>
 </body>
diff --git a/RenduMD/Config.pdf b/RenduMD/Config.pdf
index 3886f4337fd3768c156cd49dc7da536835c6aa5e..335aae220a4fe464ed30c90d2863152282aca5ab 100644
Binary files a/RenduMD/Config.pdf and b/RenduMD/Config.pdf differ
diff --git a/RenduMD/README.md b/RenduMD/README.md
index 3a426cd824f5d07d9533f5e91dd7108118ea964d..8b6504afc539761d45e38617c4a09acc92cf7ed7 100644
--- a/RenduMD/README.md
+++ b/RenduMD/README.md
@@ -43,4 +43,8 @@ pandoc -s -o Config.html -N --toc --css style.css Configuration_VM.md Configurat
 
 - `Configuration_VM.md Configuration_Gitea.md Question-Reponse.md` : liste des fichiers d'entrée 
 
+## template.tex
+
+Le fichier [template.tex](./template.tex) contient un template qui surligne les paries de codes en jaune.  
+
 [^1]:https://pandoc.org/MANUAL.html
\ No newline at end of file
diff --git a/RenduMD/compile.sh b/RenduMD/compile.sh
index bcbe0b24671d455d49ef17d4e1af97df1b456d38..08bea14452d7649582000466834827d101d0064f 100755
--- a/RenduMD/compile.sh
+++ b/RenduMD/compile.sh
@@ -15,7 +15,7 @@ fi
 
 pandoc -s -o Config.html -N --toc --css style.css Configuration_VM.md Configuration_Gitea.md Question-Reponse.md > /dev/null
 if [ $? -ne 0 ]; then
-    echo "echec de la compilation vers pdf"
+    echo "echec de la compilation vers html"
 else
     echo "La commande s'est exécutée avec succès"
 fi