Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TumTum authored Mar 24, 2019
1 parent a6de19d commit 039bc1a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ Here is a bash snippet which automatically downloads the latest release from git

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

You can oxrun now via `php oxrun.phar`
or you can also install oxrun by simply downloading the phar file from the [release tab](https://github.com/OXIDprojects/oxrun/releases).

Start oxrun now via `php oxrun.phar`

Alternatively you can also make the phar itself executable and copy it to your /usr/local/bin/ directory for global usage.

Expand All @@ -39,9 +41,6 @@ You can then run oxrun by just calling `oxrun`

You can then use oxrun by calling `vendor/bin/oxrun` or add `vendor/bin` to your $PATH to be able to just call `oxrun`.

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


# Usage

To use oxrun just execute `php oxrun.phar` or `oxrun` (see above).
Expand Down

0 comments on commit 039bc1a

Please sign in to comment.