From 4f21e809d237d0fbe856ea6ba529df98952671a4 Mon Sep 17 00:00:00 2001 From: Bryan Crowe Date: Wed, 9 Apr 2014 22:27:39 -0400 Subject: [PATCH] Update installation instructions to new webroot location --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6db6839f..1b89270f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ PHP 5.4 and above. composer -sdev create-project friendsofcake/app-template ProjectName This will create a new project, with dependencies, based on this repository. Be sure to point -the webserver at the `app/webroot` folder (a [production install][1]), ensure that [url rewriting][2] +the webserver at the `webroot` folder and ensure that [URL rewriting][1] is configured correctly. ## Non-default Configuration @@ -50,5 +50,4 @@ There a few ways to solve this: - use the `-f` param with `git add Plugin/SomePlugin -f` - use `app/Plugin` and `app/Vendor` for your submodules. - [1]: http://book.cakephp.org/2.0/en/installation.html#production - [2]: http://book.cakephp.org/2.0/en/installation/url-rewriting.html + [1]: http://book.cakephp.org/2.0/en/installation/url-rewriting.html