From 87a7a6bcaa41b80850c014e29e06402cc20d8d1c Mon Sep 17 00:00:00 2001 From: seb vincent Date: Wed, 30 Apr 2014 11:05:49 -0700 Subject: [PATCH] Update real-devices.md --- docs/en/real-devices.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/en/real-devices.md b/docs/en/real-devices.md index b71bbe26d..e81b61411 100644 --- a/docs/en/real-devices.md +++ b/docs/en/real-devices.md @@ -30,7 +30,10 @@ installed on the device) or the path to the .ipa file via the `--app` flag or the `app` desired capability: ``` +# appium 0.x node . -U --app +# appium 1.x +node . -U --app --platform-name ``` This will start Appium and have Appium use the device to test the app.