Skip to content

Commit

Permalink
updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashur Cabrera committed May 1, 2015
1 parent 5d57663 commit 136a27b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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 @@ -125,7 +130,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 136a27b

Please sign in to comment.