From 09a095e72003b71b24bf9833b6bb9dacbd09cd2e Mon Sep 17 00:00:00 2001 From: "T. Todua" <7117978+ttodua@users.noreply.github.com> Date: Tue, 27 Jul 2021 23:37:04 +0400 Subject: [PATCH] Update INSTALL.markdown As a quick-hint to simplify process for many newcomers. --- INSTALL.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL.markdown b/INSTALL.markdown index 1c9cad4..aeeced1 100644 --- a/INSTALL.markdown +++ b/INSTALL.markdown @@ -14,6 +14,8 @@ pickle install redis To build this extension for the sources tree: ~~~ +git clone https://github.com/phpredis/phpredis.git +cd phpredis phpize ./configure [--enable-redis-igbinary] [--enable-redis-msgpack] [--enable-redis-lzf [--with-liblzf[=DIR]]] [--enable-redis-zstd] make && make install