Skip to content

Commit

Permalink
Merge pull request yiisoft#5534 from germanliu/patch-1
Browse files Browse the repository at this point in the history
[skip ci] Remove stability=dev
  • Loading branch information
samdark committed Oct 13, 2014
2 parents b5f921e + 5429686 commit 6f7faf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/tutorial-advanced-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ If you do not have [Composer](http://getcomposer.org/), follow the instructions
With Composer installed, you can then install the application using the following commands:

composer global require "fxp/composer-asset-plugin:1.0.0-beta3"
composer create-project --prefer-dist --stability=dev yiisoft/yii2-app-advanced yii-application
composer create-project --prefer-dist yiisoft/yii2-app-advanced yii-application

The first command installs the [composer asset plugin](https://github.com/francoispluchino/composer-asset-plugin/)
which allows managing bower and npm package dependencies through Composer. You only need to run this command
Expand Down

0 comments on commit 6f7faf5

Please sign in to comment.