Skip to content

Commit

Permalink
Fixing cargo install from git in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinswiber committed Sep 13, 2023
1 parent cd90f5c commit 7933547
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cargo install postman2openapi-cli
To install from the latest on GitHub, use:

```
cargo install --package postman2openapi-cli --git https://github.com/kevinswiber/postman2openapi
cargo install --git https://github.com/kevinswiber/postman2openapi postman2openapi-cli
```

### Usage
Expand Down
2 changes: 1 addition & 1 deletion postman2openapi-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cargo install postman2openapi-cli
To install from the latest on GitHub, use:

```
cargo install --package postman2openapi-cli --git https://github.com/kevinswiber/postman2openapi
cargo install --git https://github.com/kevinswiber/postman2openapi postman2openapi-cli
```

## Usage
Expand Down

0 comments on commit 7933547

Please sign in to comment.