Skip to content
This repository was archived by the owner on May 24, 2025. It is now read-only.

Commit 8a43fce

Browse files
committed
Merge branch 'master' of github.com:ashur/pug
2 parents c0d2831 + 0fd9523 commit 8a43fce

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

ACKNOWLEDGE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Acknowledgements
2+
3+
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.

INSTALL.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,3 @@ $ ln -s /path/to/pug/pug /usr/local/bin/pug
2121
```
2222

2323
This lets you run `pug` commands from anywhere on the command line, not just from inside the Pug repository folder.
24-
25-
## Requirements
26-
27-
Pug requires PHP 5.4 or greater

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,14 @@ Quickly update local projects and their dependencies with a single command. Pug
77

88
> See [Installation](INSTALL.md) for details on getting started with Pug
99
10+
### Requirements
11+
12+
Pug requires PHP 5.4 or greater
13+
1014
### Configuration
1115

12-
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).
16+
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).
17+
1318

1419
## Update
1520

@@ -147,7 +152,6 @@ If Pug detects Composer, it runs:
147152
composer update
148153
```
149154

150-
151155
## pug help
152156

153157
Command-specific help is available on the command line:

0 commit comments

Comments
 (0)