Skip to content

Commit

Permalink
Merge pull request playup#15 from phatmann/master
Browse files Browse the repository at this point in the history
Update README for new env var
  • Loading branch information
Vasily Mikhaylichenko committed Jun 20, 2013
2 parents 8f84f62 + 2e09754 commit 3913dbd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3913dbd

Please sign in to comment.