From 61d9dad23de491422ac070a11e5a2ec18883f592 Mon Sep 17 00:00:00 2001 From: cdosoftei Date: Wed, 30 Aug 2023 18:41:54 -0400 Subject: [PATCH] Update PECL release URLs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a43d5b..47e3904 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ For Linux builds, you will also need the GTK development headers. Please note this method is currently available just for Linux and macOS. -Download the [latest extension package](https://github.com/ardillo-php/ext/releases/download/x0.1.0/ardillo-0.1.0.tgz) manually or via curl: +Download the [latest extension package](https://github.com/ardillo-php/ext/releases/download/v0.1.0/ardillo-0.1.0.tgz) manually or via curl: ```sh -curl -s -L https://github.com/ardillo-php/ext/releases/download/x0.1.0/ardillo-0.1.0.tgz -o ardillo.tgz +curl -s -L https://github.com/ardillo-php/ext/releases/download/v0.1.0/ardillo-0.1.0.tgz -o ardillo.tgz ``` Then install it using PECL: