mirror of
https://github.com/appium/appium.git
synced 2026-05-12 05:48:48 -05:00
added install from npm doc
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
#appium npm install
|
||||
|
||||
## global install
|
||||
|
||||
Install with:
|
||||
|
||||
```
|
||||
npm install -g appium
|
||||
```
|
||||
|
||||
Start with:
|
||||
|
||||
```
|
||||
appium
|
||||
```
|
||||
|
||||
## local install
|
||||
|
||||
Install with:
|
||||
|
||||
```
|
||||
mkdir appium-local
|
||||
cd appium-local
|
||||
npm init # press <Enter when asked>
|
||||
npm install appium
|
||||
```
|
||||
|
||||
Start with
|
||||
```
|
||||
"node_modules/.bin/appium"
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user