Skip to content

Commit

Permalink
Merge pull request #36 from AntonioMeireles/pointBrew
Browse files Browse the repository at this point in the history
update README to point that this is available now via homebrew
  • Loading branch information
AntonioMeireles committed Dec 28, 2015
2 parents ee2e855 + 0208239 commit b3d9874
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,15 @@
## step by step instructions

### install `corectl`
#### - by downloading a release build (prefered for end users)
just go to our [releases](https://github.com/TheNewNormal/corectl/releases) page
and download the binary to your system, and then rename it to `corectl` placing
it in some directory in your PATH (`/usr/local/bin/` is a good choice)
#### - installing a release build (prefered for end users)
- via [homebrew's](http://brew.sh)
```
❯❯❯ brew install corectl
```
- downloading from GitHub
just go to our [releases](https://github.com/TheNewNormal/corectl/releases) page
and download the binary to your system, and then rename it to `corectl` placing
it in some directory in your PATH (`/usr/local/bin/` is a good choice)
#### - build it locally (for power users)
```
Expand Down

0 comments on commit b3d9874

Please sign in to comment.