From 5042d7b7f66e8dbee90e85e208225a719ccbddbb Mon Sep 17 00:00:00 2001 From: "orestis.malaspin" <orestis.malaspinas@hesge.ch> Date: Wed, 26 Sep 2018 14:26:21 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 7157a84..b2ab19b 100644 --- a/README.md +++ b/README.md @@ -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