From 6867483fc382c32d02e83f6769dde5faaca9499f Mon Sep 17 00:00:00 2001 From: Alec Gorge Date: Sun, 13 Jul 2014 18:36:30 -0400 Subject: [PATCH] Clarify a confusing custom-build subtlety --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a46b4ef..c5ea1e3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ * www - Folder: holds all files to be served by nginx * nginx.conf.erb - Optional File: overrides `conf/nginx.conf.erb` * mime.types - Optional File: overrides `conf/mime.types` -* custom-build - Optional File: executes commands before build is finished +* custom-build - Optional File: executes commands before build is finished. Note that this script does not run in the application root. To execute commands in the application root you must do `cd "$1"`. ## Environment Variables * root - Optional: overrides root directory