Skip to content

Commit 7bb50fb

Browse files
authored
Update README.md
1 parent ca106a5 commit 7bb50fb

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,16 @@
2323

2424
This generator requires the Node version >=17.7.1 to run properly
2525

26-
### How to install
27-
28-
```bash
29-
npm i @corunet/openapi-nodejs-cli --global
30-
```
31-
3226
### 🧑🏻‍💻 Usage
3327

3428
```bash
35-
openapi-nodejs-cli input/schema.yaml
29+
npx openapi-nodejs-cli input/schema.yaml
3630
```
3731

3832
You can retrieve an option list with this command:
3933

4034
```bash
41-
openapi-nodejs-cli --help
35+
npx openapi-nodejs-cli --help
4236
```
4337

4438
```bash

0 commit comments

Comments
 (0)