Skip to content

Commit

Permalink
Fix curl command in README (#63)
Browse files Browse the repository at this point in the history
-O sets the remote name, -o is needed to set output location
  • Loading branch information
flimzy authored and fitzoh committed Dec 9, 2019
1 parent 9158ed7 commit 4a7a029
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 @@ -110,7 +110,7 @@ $ go build
Each commit to master creates a new release binary, and if you'd like to skip building from source, you can download a binary similar to:

```console
$ curl -O /path/where/you/want/nancy \
$ curl -o /path/where/you/want/nancy \
https://github.com/sonatype-nexus-community/nancy/releases/download/0.0.4/nancy-linux.amd64-0.0.4
```

Expand Down

0 comments on commit 4a7a029

Please sign in to comment.