Skip to content

Commit bf90551

Browse files
committed
should be pip install codecov-cli not codecovcli
1 parent 69c313e commit bf90551

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Codecov-cli supports user input. These inputs, along with their descriptions and
161161
If desired, the CLI can be used as a replacement for our [NodeJS Binary Uploader](https://github.com/codecov/uploader). To use the CLI to upload from your CI workflow, you need to add these commands:
162162

163163
```
164-
pip install codecovcli
164+
pip install codecov-cli
165165
codecovcli create-commit
166166
codecovcli create-report
167167
codecovcli do-upload
@@ -175,7 +175,7 @@ The CLI also supports "dry run" local uploading. This is useful if you prefer to
175175
Local Upload is accomplished as follows:
176176

177177
```
178-
pip install codecovcli
178+
pip install codecov-cli
179179
codecovcli create-commit
180180
codecovcli create-report --code <CODE>
181181
codecovcli do-upload --report-code <CODE>

0 commit comments

Comments
 (0)