Skip to content

Commit

Permalink
update readme and appium.io to use correct npm install syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed May 8, 2013
1 parent 8fc8d2f commit 10b0b0d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ _vimrc_local.vim
*.trace
*.sublime-
*.prefs
.jshintrc
./.npmignore
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Option 1: Use Appium.app:
Option 2: Run Appium from the command line using Node:

mkdir appium-test && cd appium-test
npm install appium -g # might have to do this with sudo
npm install -g appium # might have to do this with sudo
npm install wd
curl -O https://raw.github.com/appium/appium/master/sample-code/examples/node/simplest.js
appium &
Expand Down
2 changes: 1 addition & 1 deletion submodules/appium.io

0 comments on commit 10b0b0d

Please sign in to comment.