From c35b82590978660750af32bd00e30f8acbd2e272 Mon Sep 17 00:00:00 2001
From: Jonathan Foucher <jfoucher@gmail.com>
Date: Tue, 13 Dec 2022 16:56:43 +0100
Subject: [PATCH] Fix wkhtmltopdf version

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 8cfff3b0..88c1f522 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,8 @@ ## Installation sur serveur linux
 
 Installer wkhtmltopdf en suivant cette procédure : 
 
-- Récupérer la dernière version depuis [https://github.com/wkhtmltopdf/packaging/releases/]() pour votre système d'exploitation
-- Installer avec `sudo apt install ./wkhtmltox_<VERSION TÉLÉCHARGÉE>.focal_amd64.deb` (Remplacez <VERSION TÉLÉCHARGÉE> par la version récupérée à l'étape 1 )
+- Récupérer la version 0.12.6-1 depuis [https://github.com/wkhtmltopdf/packaging/releases/tag/0.12.6-1]() pour votre système d'exploitation
+- Installer avec `sudo apt install ./wkhtmltox_0.12.6-1.<OS_VERSION>.deb` (Remplacez `<OS_VERSION>` par la version de votre système d'exploitation utilisé à l'étape 1 )
 
 Installer les extensions PHP suivantes (à l'aide d'une commande du type `apt-get install php8.1-zip`) :
 
-- 
GitLab