Browse Source

Updated asset installation info (#16112) [skip ci]

tags/2.0.16
Tobias Munk 7 years ago committed by Alexander Makarov
parent
commit
1d336963a5
  1. 3
      framework/README.md

3
framework/README.md

@ -12,10 +12,11 @@ Installation
The preferred way to install the Yii framework is through [composer](http://getcomposer.org/download/). 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 Either run
``` ```
composer global require "fxp/composer-asset-plugin:^1.4.1"
composer require yiisoft/yii2 composer require yiisoft/yii2
``` ```

Loading…
Cancel
Save