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:
Dor Blayzer
2023-07-25 21:25:36 +03:00
committed by GitHub
parent 0ffafd034b
commit f548a8bfed

View File

@@ -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