From 5decee52b8ef61ebe198fe36e46f856cc3ccec8f Mon Sep 17 00:00:00 2001 From: Tyler Heshka Date: Mon, 30 Nov 2015 22:19:47 -0600 Subject: [PATCH] add config heading to README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4e1b8e9..e9b639f 100644 --- a/README.md +++ b/README.md @@ -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 ------------