Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
install: add --fail to the curl command
Browse files Browse the repository at this point in the history
Otherwise you end up downloading the 404 html page from GitHub :P
  • Loading branch information
dmerejkowsky committed Nov 12, 2018
1 parent 392557d commit c353644
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 @@ -13,7 +13,7 @@ For instance:

```console
cd ~/.local/bin
curl -L https://github.com/TankerHQ/dmenv/releases/download/v0.6.0/dmenv-$PLATFORM -o dmenv
curl --fail -L https://github.com/TankerHQ/dmenv/releases/download/v0.6.0/dmenv-$PLATFORM -o dmenv
chmod u+x dmenv
```

Expand Down

0 comments on commit c353644

Please sign in to comment.