Skip to content

Commit 61c0e77

Browse files
authored
Use -L flag on curl examples (#483)
1 parent 996badf commit 61c0e77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The test reporter is distributed as a pre-built binary named cc-test-reporter. Y
3737

3838
#### e.g
3939
>```console
40-
>$ curl -O https://codeclimate.com/downloads/test-reporter/test-reporter-0.10.1-darwin-amd64
40+
>$ curl -L -O https://codeclimate.com/downloads/test-reporter/test-reporter-0.10.1-darwin-amd64
4141
>```
4242
4343
## Verifying binaries
@@ -49,7 +49,7 @@ Along with the binaries you can download a file with a SHA 256 checksum for the
4949
To download the file containing the checksum using `curl`:
5050
#### e.g
5151
>```console
52-
>$ curl -O https://codeclimate.com/downloads/test-reporter/test-reporter-0.10.1-darwin-amd64.sha256
52+
>$ curl -L -O https://codeclimate.com/downloads/test-reporter/test-reporter-0.10.1-darwin-amd64.sha256
5353
>```
5454
5555
To check that a downloaded file matches the checksum, run it through `shasum` with a command such as:

0 commit comments

Comments
 (0)