Skip to content

Commit

Permalink
Wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcharding committed Mar 28, 2018
1 parent 66bcb62 commit 786bef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ You can then use oxrun by calling `vendor/bin/oxrun` or add `vendor/bin` to your

You can also install oxrun by simply downloading the phar file from the release tab.

Here is a bash snippet which automatically downloads the latest release:
Here is a bash snippet which automatically downloads the latest release from github:

curl -LOk `curl --silent https://api.github.com/repos/marcharding/oxrun/releases/latest | /usr/bin/awk '/browser_download_url/ { print $2 }' | /usr/bin/sed 's/"//g'`

Expand Down

0 comments on commit 786bef7

Please sign in to comment.