From 5dfd2def6679abe994240ef68a78386adda963d9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Oct 2024 12:57:22 +0200 Subject: installation instructions for pecl and pie --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e632a41..37bf868 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,15 @@ From the sources tree $ make $ make test +From https://pecl.php.net/ + + $ pecl install xpass + +Using https://packagist.org/ + + $ pie install remi/xpass + + # Usage ## password hashing and verifying -- cgit