Skip to content

Commit

Permalink
Add npx instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
charpeni committed Aug 13, 2019
1 parent cb8951c commit af98199
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,21 @@ But, actually, it works with the simulator too!

Pick the one you are more comfortable with.

### Yarn
### Using `npx` (_recommended_)

This method is preferred if you don't want to install global packages.

Nothing to do here, skip directly to the usage section with `npx`.

### Using global CLI

#### Yarn

```
yarn global add ios-simulator-app-exporter
```

### npm
#### npm

```
npm install -g ios-simulator-app-exporter
Expand All @@ -49,6 +57,14 @@ npm install -g ios-simulator-app-exporter

Run the following command:

### Using `npx` (_recommended_)

```
npx ios-simulator-app-exporter
```

### Using global CLI

```
ios-simulator-app-exporter
```
Expand Down

0 comments on commit af98199

Please sign in to comment.