From d4670107fa0c6f5643eaad79b2db63dd883742cb Mon Sep 17 00:00:00 2001 From: Peter Karman Date: Tue, 22 Sep 2015 13:29:10 -0500 Subject: [PATCH] add example of ASSETS_DEBUG env var to setup --- doc/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/setup.md b/doc/setup.md index 859ad39ad..38552c865 100644 --- a/doc/setup.md +++ b/doc/setup.md @@ -37,7 +37,7 @@ Per [the Twelve-Factor guidelines](http://12factor.net/config), all necessary co ## Starting the application ```bash -PORT=3000 ./script/start +PORT=3000 ASSETS_DEBUG=true ./script/start open http://localhost:3000 ```