Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Grunder <michael.grunder@gmail.com>2021-07-20 20:13:23 +0300
committerGitHub <noreply@github.com>2021-07-20 20:13:23 +0300
commit83d1747fdc62bfde8d6414a5ef246b4d834be18a (patch)
tree32eaf246e00e1b96dc867d0b53bff089c81d9d7b
parent7c7f2fa7a3c1842349ad1f00faa1a800f3081106 (diff)
parentb5e02c7ede1fb7ff71061906bad9a8ddb73715e5 (diff)
Merge pull request #1991 from ttodua/patch-1
Updated approach
-rw-r--r--INSTALL.markdown6
1 files changed, 4 insertions, 2 deletions
diff --git a/INSTALL.markdown b/INSTALL.markdown
index 845c90d7..332f634b 100644
--- a/INSTALL.markdown
+++ b/INSTALL.markdown
@@ -1,9 +1,11 @@
-# Installation from pecl
+# Installation from pecl/pickle
-To pull latest stable released version, from [pecl](https://pecl.php.net/package/redis):
+To pull latest stable released version, from [pecl](https://pecl.php.net/package/redis) / [pickle](https://wiki.php.net/rfc/deprecate-pear-include-composer):
~~~
pecl install redis
+// or
+pickle install redis
~~~
# Installation from sources