From 1d336963a553936380acfe1eeb64bb0b1c910457 Mon Sep 17 00:00:00 2001 From: Tobias Munk Date: Tue, 17 Apr 2018 23:14:27 +0200 Subject: [PATCH] Updated asset installation info (#16112) [skip ci] --- framework/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/framework/README.md b/framework/README.md index a88beee..161f8d1 100644 --- a/framework/README.md +++ b/framework/README.md @@ -12,10 +12,11 @@ Installation The preferred way to install the Yii framework is through [composer](http://getcomposer.org/download/). +Refer to [Bower and NPM Assets installation](https://www.yiiframework.com/doc/guide/2.0/en/structure-assets#bower-npm-assets) to select an asset installation method. + Either run ``` -composer global require "fxp/composer-asset-plugin:^1.4.1" composer require yiisoft/yii2 ```