diff --git a/INSTALL.md b/INSTALL.md index 8bc49d2..74898cc 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -21,7 +21,3 @@ $ ln -s /path/to/pug/pug /usr/local/bin/pug ``` This lets you run `pug` commands from anywhere on the command line, not just from inside the Pug repository folder. - -## Requirements - -Pug requires PHP 5.4 or greater diff --git a/README.md b/README.md index e1be0c7..2f47037 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,14 @@ Quickly update local projects and their dependencies with a single command. Pug > See [Installation](INSTALL.md) for details on getting started with Pug +### Requirements + +Pug requires PHP 5.4 or greater + ### Configuration -If a timezone isn't set in php.ini, Pug defaults to `UTC`. To override either, open [config.php](https://github.com/ashur/pug/blob/master/config.php.dist) and specify a [supported timezone](http://php.net/manual/en/timezones.php). +If a timezone isn't defined in php.ini, Pug defaults to `UTC`. To override either, open [config.php](https://github.com/ashur/pug/blob/master/config.php.dist) and specify a [supported timezone](http://php.net/manual/en/timezones.php). + ## Update @@ -125,7 +130,6 @@ If Pug detects Composer, it runs: composer update ``` - ## pug help Command-specific help is available on the command line: