mirror of
https://github.com/appium/appium.git
synced 2026-02-21 02:39:30 -06:00
docs(appium): Add update command to appium server (#18903)
* Update README.md Add update command to appium server * Review fix
This commit is contained in:
@@ -38,7 +38,13 @@ To install Appium 2 server using Node Package Manager (npm) run the following co
|
||||
npm i --location=global appium
|
||||
```
|
||||
|
||||
:bangbang: Make sure Appium 1 is fully unistalled before upgrading it to Appium 2 (`npm uninstall --location=global appium`). Unexpected errors might appear if this has not been done.
|
||||
To update Appium 2 server using Node Package Manager (npm) run the following command:
|
||||
|
||||
```bash
|
||||
npm install --location=global appium@latest
|
||||
```
|
||||
|
||||
:bangbang: Make sure Appium 1 is fully uninstalled before upgrading it to Appium 2 (`npm uninstall --location=global appium`). Unexpected errors might appear if this has not been done.
|
||||
|
||||
### Drivers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user