Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ashur/pug
Browse files Browse the repository at this point in the history
  • Loading branch information
ashur committed May 7, 2015
2 parents c0d2831 + 0fd9523 commit 8a43fce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions ACKNOWLEDGE.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 0 additions & 4 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -147,7 +152,6 @@ If Pug detects Composer, it runs:
composer update
```


## pug help

Command-specific help is available on the command line:
Expand Down

0 comments on commit 8a43fce

Please sign in to comment.