From 40b1efcde209dbe386f1eba16c2cb92f41a76ba8 Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 10 Jun 2019 12:03:41 +0300 Subject: [PATCH] README UDPATES #117 #143 --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7f409abd..4a60b389 100755 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ Flextype needs the following PHP extensions to be enabled: - PHP [mbstring](http://php.net/manual/en/book.mbstring.php) module for full UTF-8 support. - PHP [gd](http://php.net/manual/en/book.image.php) module for image processing. - PHP [json](https://php.net/manual/en/book.json.php) module for JSON manipulation. -- PHP [Fileinfo](https://www.php.net/manual/ru/book.fileinfo.php) -- SPL +- PHP [Fileinfo](https://www.php.net/manual/en/book.fileinfo.php) +- PHP [SPL](https://www.php.net/manual/en/book.spl.php) Although it is optional, we strongly recommend enabling the following PHP extensions: APC, APCu, XCache, Memcached, or Redis for better performance. @@ -83,10 +83,14 @@ You can easily install Flextype with Composer. composer create-project flextype/flextype ``` +Install vendor libs for Flextype +``` +composer install +``` + Install vendor libs for Default Theme ``` -composer install cd site/themes/default npm install gulp