From d708f9f6ef5e3049b48b489a7154e7d868fd14f4 Mon Sep 17 00:00:00 2001 From: Bulat Shakirzyanov Date: Mon, 14 Sep 2015 11:01:58 -0700 Subject: [PATCH] mention PECL --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b3dc7d556..e3d852bb3 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,10 @@ foreach ($result as $row) { // results and rows implement ## Installation +```bash +pecl install cassandra +``` + [Read detailed instructions on building and installing the extension](https://github.com/datastax/php-driver/blob/master/ext/README.md) ## Compatibility