Skip to content

Commit

Permalink
Update readme + bump version.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
rchavik committed Nov 26, 2019
1 parent d848f46 commit d4c15df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ It is powered by [CakePHP](http://cakephp.org) MVC framework.
[![Code Coverage](https://scrutinizer-ci.com/g/croogo/croogo/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/croogo/croogo/?branch=master)

## Requirements
* Apache with `mod_rewrite`
* Apache with `mod_rewrite` OR nginx
* PHP 7.1 or higher
* MySQL 5.7 or higher

Expand All @@ -22,6 +22,8 @@ The preferred way to install Croogo is by using [composer](http://getcomposer.or
composer create-project croogo/app myapp
cd myapp
composer install
$EDITOR config/app.php # change database access credentials
bin/cake server # then browse to http://localhost:8765 or use vhost

If you want hack on croogo, you can use the `--prefer-source` flag, ie:

Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.0
4.0.1

0 comments on commit d4c15df

Please sign in to comment.