Skip to content

Commit 7933547

Browse files
committed
Fixing cargo install from git in README.
1 parent cd90f5c commit 7933547

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ cargo install postman2openapi-cli
4040
To install from the latest on GitHub, use:
4141

4242
```
43-
cargo install --package postman2openapi-cli --git https://github.com/kevinswiber/postman2openapi
43+
cargo install --git https://github.com/kevinswiber/postman2openapi postman2openapi-cli
4444
```
4545

4646
### Usage

postman2openapi-cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cargo install postman2openapi-cli
2424
To install from the latest on GitHub, use:
2525

2626
```
27-
cargo install --package postman2openapi-cli --git https://github.com/kevinswiber/postman2openapi
27+
cargo install --git https://github.com/kevinswiber/postman2openapi postman2openapi-cli
2828
```
2929

3030
## Usage

0 commit comments

Comments
 (0)