From e77d489d4ab8fb56b443fc3688fd3a5756c7c011 Mon Sep 17 00:00:00 2001
From: "orestis.malaspin" <orestis.malaspinas@hesge.ch>
Date: Wed, 26 Sep 2018 14:20:18 +0200
Subject: [PATCH] Update README.md

---
 README.md | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a282ef0..683364d 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
-- 
GitLab