From 2e09754dc4168cc0193f1ad98c62858da94e80e7 Mon Sep 17 00:00:00 2001 From: phatmann Date: Wed, 19 Jun 2013 12:03:45 -0600 Subject: [PATCH] Update README to include info about the new ZUCCHINI_APP env var --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5838070..d82a4d9 100644 --- a/README.md +++ b/README.md @@ -77,8 +77,13 @@ devices: app: ./Build/Products/Debug-iphoneos/CoreDataBooks.app ``` +If you do not want to hard-code the app path in your config files, you can use the environment variable `ZUCCHINI_APP`: -Run it as usual: +``` +ZUCCHINI_APP="/path/to/app" zucchini... +``` + +Run Zucchini and watch the simulator go! ``` ZUCCHINI_DEVICE="iOS Simulator" zucchini run /path/to/my_feature