From 68960ce30ea432d3a2732f52261946df2a680558 Mon Sep 17 00:00:00 2001 From: James Brewer Date: Fri, 2 Jan 2009 21:38:53 -0800 Subject: [PATCH] Update README.md with note on Heroku. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 55bc881e6..0e7bf69bd 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ *NOTE: Requires [Heroku Toolbelt](https://toolbelt.heroku.com/).* +*NOTE: All Heroku commands should be run from the root directory of your project.* + * `$ heroku apps:create` * `$ heroku config:set BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git` * `$ heroku config:set DEBUG=False`