Skip to content

Commit

Permalink
added appium beta install doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sebv committed Nov 24, 2014
1 parent 4a9be95 commit 6977a2d
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions install-beta.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
#appium beta install

## global install

Install with:

```
npm install -g appium@beta
```

Start with:

```
appium
```

## local install

Install with:

```
mkdir beta
cd beta
npm init # press <Enter when asked>
npm install appium@beta
```

Start with
```
"node_modules/.bin/appium"
```

0 comments on commit 6977a2d

Please sign in to comment.