Skip to content

Commit

Permalink
Fix curl -o on Windows (#8)
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Eknert <[email protected]>
  • Loading branch information
anderseknert authored Feb 14, 2023
1 parent 8bfdbd0 commit ca3cb24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $ chmod +x load

**Windows (x86_64)**
```shell
> curl.exe -L -o load "https://github.com/StyraInc/load/releases/latest/download/load_Windows_x86_64.exe"
> curl.exe -L -o load.exe "https://github.com/StyraInc/load/releases/latest/download/load_Windows_x86_64.exe"
```

Checksums for all binaries may optionally be retrieved from [here](https://github.com/StyraInc/load/releases/latest/download/checksums.txt).
Expand Down

0 comments on commit ca3cb24

Please sign in to comment.