Skip to content

Commit

Permalink
Add instructions on how to install from Homebrew tap
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeNyland committed Mar 10, 2017
1 parent 055158f commit 3000ebb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# docker-diff
:whale: Compare Docker images

## Installation

### On macOS via Homebrew

`brew install joenyland/docker/docker-diff`

Or `brew tap joenyland/docker` and then `brew install docker-diff`

## Usage

[See full examples](./examples).
Expand Down

2 comments on commit 3000ebb

@JoeNyland
Copy link
Contributor Author

@JoeNyland JoeNyland commented on 3000ebb Mar 10, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@moul On reflection, maybe it would be better for you to host your own Homebrew tap. As it stands, if I change the url or head in the formula from my tap that we're telling people to use here to, say my fork, people will be installing from my fork and not the original repo here.

I should have suggested this before I raised the PR that you asked for, but I've only just realised this now, sorry.

@moul
Copy link
Owner

@moul moul commented on 3000ebb Mar 10, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 will do this

Please sign in to comment.