Skip to content

Commit

Permalink
Update running-on-linux.md
Browse files Browse the repository at this point in the history
Fixed a typo (missing closing quote)
  • Loading branch information
lbunschoten committed Jan 30, 2014
1 parent 728f6c7 commit 1f14f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/running-on-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Once you've got node.js installed, install the [Android SDK](http://developer.an

Finally, set `$ANDROID_HOME` to be your Android SDK path. If you unzipped the Android SDK to /usr/local/adt/, for example, you should add this to your shell startup:

export ANDROID_HOME="/usr/local/adt/sdk
export ANDROID_HOME="/usr/local/adt/sdk"

Now that you're setup to run Appium, run `./reset.sh --android` from your Appium checkout to install all the dependencies.

Expand Down

0 comments on commit 1f14f37

Please sign in to comment.