From f052ae4f6c6155a5bcb9dbf78c1fea369962cfe2 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Mon, 12 Feb 2024 14:27:13 +0100 Subject: [PATCH] Instructions for Alpine Linux --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1d8870e7..dcd71ae4 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,11 @@ sudo apt install libmagic1 wget ffmpeg \ libharfbuzz-dev libfribidi-dev libxcb1-dev gifsicle ``` +## Alpine +``` +apk add ffmpeg gifsicle libmagic wget libjpeg +``` + # Contribution This project adheres to openZIM's [Contribution Guidelines](https://github.com/openzim/overview/wiki/Contributing)