From fe43d59a6302af9b28b0ec63ec84912167a35d26 Mon Sep 17 00:00:00 2001 From: Orestis Malaspinas <orestis.malaspinas@hesge.ch> Date: Mon, 24 Aug 2020 11:33:49 +0200 Subject: [PATCH] updated readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 271e0f6..54ace3b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Afin de compiler le projet vous avez besoin des programmes suivants: ## pandoc (v2.0 ou plus récent) -Il existe un certain nombre de pckage pour la plupart des distributions linux et aussi pour mac OS ou windows. Consultez le site de [`pandoc`](https://pandoc.org/installing.html) pour plus d'informations concernant l'installation. +Il existe un certain nombre de packages pour la plupart des distributions linux et aussi pour mac OS ou windows. Consultez le site de [`pandoc`](https://pandoc.org/installing.html) pour plus d'informations concernant l'installation. ## pandoc-crossref @@ -51,7 +51,9 @@ Pour plus d'information voir le [site](https://pypi.python.org/pypi/pandoc-numbe ### Pour ubuntu ou debian-like -```sudo apt-get install texlive-latex-recommended lmodern texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra dvipng texlive-latex-recommended texlive-lang-french``` +```bash +sudo apt-get install texlive-latex-recommended lmodern texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra dvipng texlive-latex-recommended texlive-lang-french +``` ### Pour les distributions basées sur Arch Linux (Manjaro, ...) -- GitLab