From edafc06c3f889a90520a10ff1eb08c978976ddd8 Mon Sep 17 00:00:00 2001 From: Sli Date: Mon, 6 Jan 2025 22:26:46 +0100 Subject: [PATCH] Fix install documentation --- docs/tutorial/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/install.md b/docs/tutorial/install.md index 946edfdc..bdd2cfc5 100644 --- a/docs/tutorial/install.md +++ b/docs/tutorial/install.md @@ -64,10 +64,10 @@ cd /mnt//vos/fichiers/comme/dhab Installez les dépendances : ```bash - sudo apt install uv build-essential libssl-dev \ + sudo apt install curl build-essential libssl-dev \ libjpeg-dev zlib1g-dev npm libffi-dev pkg-config \ gettext git - + curl -LsSf https://astral.sh/uv/install.sh | sh ``` === "Arch Linux"