Skip to content

Commit

Permalink
Update readme with note about the old repo name
Browse files Browse the repository at this point in the history
after a month or so we should just delete this (doubtful it will apply to many folks then)
  • Loading branch information
varenc authored Feb 16, 2019
1 parent 36cf8fd commit f0bea31
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,12 @@ brew install ffmpeg --with-<CHOSEN_OPTIONS>


#### Note about tap pinning
Using `brew tap-pin` gives this tap's `ffmpeg` formula priority over homebrew-core to make installation simpler. Now `ffmpeg` will refer to this tap's formula. If you don't want to pin this tap you can still reference this tap's ffmpeg formula directly with `varenc/ffmpeg/ffmpeg`. Tap pinning will not influence an `ffmpeg` dependency in another formula.
Using `brew tap-pin` gives this tap's `ffmpeg` formula priority over homebrew-core to make installation simpler. Now `ffmpeg` will refer to this tap's formula. If you don't want to pin this tap you can still reference this tap's ffmpeg formula directly with `varenc/ffmpeg/ffmpeg`. Tap pinning will not influence an `ffmpeg` dependency in another formula.

#### Old repo name
This repo was previously referenced in homebrew as 'ffmpeg-with-options'. Thanks to GitHub redirects, references to the old name should still work but to update to the tap new name, just do this:
```
brew untap varenc/ffmpeg-with-options
brew tap varenc/ffmpeg
brew tap-pin varenc/ffmpeg
```

0 comments on commit f0bea31

Please sign in to comment.