From b2945824b0fb007874368378a27d41ddb378f063 Mon Sep 17 00:00:00 2001 From: Kyle Spraggs Date: Tue, 22 May 2012 01:19:43 -0500 Subject: [PATCH] Updated README to add a Virtual Host section to installation. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c1ee4c4..531b01d 100644 --- a/README.md +++ b/README.md @@ -57,5 +57,7 @@ Within modules/Application/Module.php add this method to the Application class: ); } +Virtual Host +------------ Afterwards, set up a virtual host to point to the public/ directory of the project and you should be ready to go! \ No newline at end of file -- 1.7.10.4