From 136a27b67b5ebfb66045cda720fdc1b902c302e9 Mon Sep 17 00:00:00 2001 From: Ashur Cabrera Date: Fri, 1 May 2015 14:52:24 -0700 Subject: [PATCH 1/2] updating README --- INSTALL.md | 4 ---- README.md | 8 ++++++-- 2 files changed, 6 insertions(+), 6 deletions(-) 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: From 0fd95236494f75aa0f08be9eef185f55d0512540 Mon Sep 17 00:00:00 2001 From: Ashur Cabrera Date: Fri, 1 May 2015 14:54:58 -0700 Subject: [PATCH 2/2] added ACKNOWLEDGE --- ACKNOWLEDGE.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ACKNOWLEDGE.md diff --git a/ACKNOWLEDGE.md b/ACKNOWLEDGE.md new file mode 100644 index 0000000..3af2acf --- /dev/null +++ b/ACKNOWLEDGE.md @@ -0,0 +1,3 @@ +# Acknowledgements + +Pug's rad icon is from [The Noun Project](https://thenounproject.com) and was made by [Heather Dunmoyer](https://thenounproject.com/dunmoyer/). It was such steal at $1.99 that I think she deserves public credit anyway.