Skip to content

Commit

Permalink
Removing stability flag in installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Mar 22, 2015
1 parent 301fc92 commit a42fee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is an unstable repository and should be treated as an alpha.
## Installation

1. Download [Composer](http://getcomposer.org/doc/00-intro.md) or update `composer self-update`.
2. Run `php composer.phar create-project --prefer-dist -s dev cakephp/app [app_name]`.
2. Run `php composer.phar create-project --prefer-dist cakephp/app [app_name]`.

If Composer is installed globally, run
```bash
Expand Down

0 comments on commit a42fee6

Please sign in to comment.