Skip to content

Commit

Permalink
Add npm uninstall step
Browse files Browse the repository at this point in the history
  • Loading branch information
gabebear committed Dec 10, 2019
1 parent 94c8fad commit 3714fc1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -21,7 +21,12 @@ The 1.x branch has been archived (renamed for now), all development is to be on

## Installation

If you don't already have it installed, install [Homebrew](https://brew.sh/) and run:
If you have previously installed ios-deploy via `npm`, uninstall it by running:
```
sudo npm uninstall -g ios-deploy
```

Install ios-deploy via [Homebrew](https://brew.sh/) by running:

```
brew install ios-deploy
Expand Down

0 comments on commit 3714fc1

Please sign in to comment.