From f5b24ba2d0a048821bdf96c5e715b803994fcdd9 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Tue, 12 Feb 2013 11:53:46 -0600 Subject: [PATCH] Ref #652 - Add installation/config info to docs TOC --- doc/TOC.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/TOC.md b/doc/TOC.md index 9b5fa3a..4df86d4 100755 --- a/doc/TOC.md +++ b/doc/TOC.md @@ -4,6 +4,19 @@ Roots is a starting WordPress theme made for developers that’s based on [HTML5 Boilerplate](http://html5boilerplate.com/) and [Bootstrap from Twitter](http://twitter.github.com/bootstrap/). +## Installation + +* Clone the git repo - `git clone git://github.com/retlehs/roots.git` - or [download it](https://github.com/retlehs/roots/zipball/master) +* Reference the [theme activation](activation.md) documentation to understand +everything that happens once you activate Roots + +## Configuration + +Edit `lib/config.php` to enable or disable support for various theme functions +and to define constants that are used throughout the theme. + +Edit `lib/init.php` to setup custom navigation menus and post thumbnail sizes. + ## Getting started * [Usage](usage.md) — Overview of the project contents.