From ce0915e18b3e732199b291fb9b23c99b724951bc Mon Sep 17 00:00:00 2001 From: "Iztok Fister Jr." Date: Thu, 7 Dec 2023 13:37:17 +0100 Subject: [PATCH] Update alternative install options --- docs/alternative-install-options.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/alternative-install-options.md b/docs/alternative-install-options.md index f83c7f1d..4fdd6278 100644 --- a/docs/alternative-install-options.md +++ b/docs/alternative-install-options.md @@ -86,3 +86,20 @@ cd docker run --rm -ti -v ${PWD}:/app cffconvert ``` +### Platform-specific packages + +#### Alpine Linux + +To install cffconvert on Alpine Linux, use: + +```sh +apk add cffconvert +``` + +#### Fedora Linux + +To install cffconvert on Fedora Linux, use: + +```sh +dnf install cffconvert +```