diff --git a/README.md b/README.md
index a282ef0231d8cdfe50d5db19c94efcba4a663a03..683364d48cb256620cdf2fc3a18d9cae31175167 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 # Cours de sciences pour étudiants en logiciel ITI (2ème année)
 
-Ce projet contient la tentative de polycopié du cours de Mathématiques pour la filière ITI de hepia. Vous pouvez accéder au polycopié dans votre navigateur en cliquant sur [`ce lien`](https://mathintro.github.io/deuxieme_logiciel/). 
+Ce projet contient la tentative de polycopié du cours de Mathématiques pour la filière ITI de hepia. Vous pouvez accéder au polycopié dans votre navigateur en cliquant sur [`ce lien`](http://129.194.185.180/sol/index.html). 
 
 # Production d'un pdf
 
@@ -60,6 +60,20 @@ Pour plus d'information voir le [site](https://pypi.python.org/pypi/pandoc-numbe
 sudo pacman -Sy texlive-bin texlive-core texlive-latexextra texlive-science texlive-fontsextra texlive-formatsextra
 ```
 
+## La libraririe librsvg (pour la conversion des images svg en ... autre chose)
+
+### Pour ubuntu ou debian-like
+
+```bash
+sudo apt-get install librsvg2-2
+```
+
+### Pour les distributions basées sur Arch Linux (Manjaro, ...)
+
+```bash
+sudo pacman -Sy librsvg
+```
+
 ## License
 
 See the [LICENSE](LICENSE.md) file for license rights and limitations (GNU Free Documentation License).
\ No newline at end of file