Update INSTALL.markdown

As a quick-hint to simplify process for many newcomers.
This commit is contained in:
T. Todua
2021-07-27 23:37:04 +04:00
committed by michael-grunder
parent 6008900c2e
commit 09a095e720

View File

@@ -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