From bad747194fb94b8d35888e8f940a801c9a6dff76 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Oct 2024 12:58:24 +0200 Subject: [PATCH] installation instructions for pecl and pie --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index bea5c81..a917c7e 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,15 @@ From the sources tree $ make $ make test +From https://pecl.php.net/ + + $ pecl install rpminfo + +Using https://packagist.org/ + + $ pie install remi/rpminfo + + ---- # Usage