Skip to content

Commit

Permalink
Update readme installation for latest pake. Update Changelog for 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
craig-davis committed Mar 24, 2014
1 parent 15f2835 commit 6e4e08a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,11 @@ The application is deployed as a compiled phar file. In order to add new
commands, you'll need to first install the dependencies:

* `composer install`
* [install pake][pake]

After that, you can run the `md2resume_dev.php` file from the command line.
Check out the pake tooling for more information about the build.
Check out the pake tooling for more information about the build. Pake will be
installed to `./vendor/bin/pake`. So for instance a complete phar file build
looks like `./vendor/bin/pake build`.

## Acknowledgments

Expand All @@ -99,6 +100,7 @@ are a more comfortable with html than markdown, you should use it.

## Changelog

* __2.0.2__ : Add new dependency check for `mbstring` to close #20
* __2.0.1__ : Add new `swissen` template with Helvetica styling (@beautifulcode)
* __2.0.0__ : Complete rewrite with the [symfony console component][console].
Deployment is now done with a compiled phar file, and development dependencies
Expand Down

0 comments on commit 6e4e08a

Please sign in to comment.