From 86b2cf82daf3e0f14fd809606dcb74bd986eefca Mon Sep 17 00:00:00 2001 From: bananana Date: Fri, 2 Jan 2015 02:35:32 -0500 Subject: [PATCH] More documentation fixes --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8be0ff2..83ff391 100644 --- a/README.md +++ b/README.md @@ -8,16 +8,20 @@ Comes with two layouts; one with a vertical navigation, one with horizontal navi 1. Clone the theme into your Pico theme directory. + cd /path/to/Pico/themes git clone https://github.com/bananana/skull + 2. Edit your *config.php* file and change $config['theme'] to $config['theme'] = 'skull'. 3. By default the theme is set to have a vertical sidebar with navigation. To change to something that looks more like the default Pico theme (with horizontal header), rename *index.php* file to *index-v-nav.php* and rename *index-h-nav.php* to *index.php*. + cd /path/to/Pico/themes mv index.php index-v-nav.php mv index-h-nav.php index.php + 4. At this point you can remove the alt theme layout if you don't find in necessary. There's also a layout specific css file in *skull/css* direcotry.