diff --git a/README.md b/README.md index 7157a841d90c6dfa4cb2bcf5212ee6f0561d06ea..b2ab19bf28d49beb7c2b21d6adf1971582c7ed04 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