Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update authors #34

Merged
merged 1 commit into from
Jan 23, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Charles Nowacek <charlie.nowacek@gmail.com>
Jayakumar Chinnappan <jayakumareee21@gmail.com> Jayakumar Chinnappan <jayakumareee21@gmail.com>
Robin Keller <robinthekeller@gmail.com> Robin Keller <robinthekeller@gmail.com>
Adam Christian <adam.christian@gmail.com> Adam Christian <adam.christian@gmail.com>
Jonathan Lipps <> Jonathan Lipps <jlipps@gmail.com>
Sebastian Tiedtke <sebastiantiedtke@gmail.com> Sebastian Tiedtke <sebastiantiedtke@gmail.com>
Jeremy Avnet <> Jeremy Avnet <>
Bernard Kobos <bkobos@extensa.pl> Bernard Kobos <bkobos@extensa.pl>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ Requirements


Ninja-speed Setup Ninja-speed Setup
------------ ------------
Install [node.js](http://nodejs.org/) which come with its package manager [npm](https://npmjs.org/). Install [node.js](http://nodejs.org/) which comes with its package manager [npm](https://npmjs.org/).


> sudo npm install appium -g > sudo npm install appium -g
> appium --app /path/to/your/ios/app & > appium --app /path/to/your/ios/app &
> node your-appium-test.js > node your-appium-test.js

See [the appium example tests.](https://github.com/appium/appium/tree/master/sample-code/examples) See [the appium example tests.](https://github.com/appium/appium/tree/master/sample-code/examples)


- - - - - -


Prerequisite Prerequisites
------------ ------------
Install [node.js](http://nodejs.org/) which come with its package manager [npm](https://npmjs.org/). Install [node.js](http://nodejs.org/) which come with its package manager [npm](https://npmjs.org/).
Change into your local repo clone and install packages using following commands: Change into your local repo clone and install packages using following commands:
Expand Down