add config heading to README.md

This commit is contained in:
Tyler Heshka 2015-11-30 22:19:47 -06:00
parent 9b03d0c37b
commit 5decee52b8

View file

@ -21,6 +21,7 @@ Table of Contents
* [Using Composer](#using-composer---for-developers)
* [Upgrade](#upgrade)
* [Run](#run)
* [Config](#config)
* [Getting Help](#getting-help)
* [...as a user](#-as-a-user)
* [...as a developer](#-as-a-developer)
@ -85,6 +86,10 @@ No worries! Starting with PHP 5.4 the easiest way to get started using Pico is w
> Please note that PHPs built-in web server is for *development* and *testing* purposes *only!*
Config
---
Once Pico is installed, you will need to copy your sites config file from `config/config.php.template` to `config/config.php`. The most important config items to set are `$config['timezone']`, `$config['base_url']`, and `$config['site_title']`
Getting Help
------------