From 1a5722b7940b22f026c1a123fbf9ae6ded293ba3 Mon Sep 17 00:00:00 2001 From: Adam Whitcroft Date: Thu, 25 Oct 2012 19:08:44 +0100 Subject: [PATCH] ... --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca83565..8e09ac0 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,11 @@ Let's assume you have a folder named `share` in your server root directory (the * Copy and paste the contents of the `/apaxy` folder to your `/share` folder. * Edit `htaccess.txt` (now in the `/share` folder) and update all instances of paths marked with *{FOLDERNAME}* to point to your site root. -AddIcon /{FOLDERNAME}/theme/icons/gif.png .gif + AddIcon /{FOLDERNAME}/theme/icons/gif.png .gif Should be changed to... -AddIcon /share/theme/icons/gif.png .gif + AddIcon /share/theme/icons/gif.png .gif * Once done, rename `htaccess.txt` to `.htaccess` in both the `/share` and `/share/theme` folders. * [Treat yo'self](http://25.media.tumblr.com/tumblr_lw7q28y0Mz1qanm80o1_500.gif), you're done.