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