Skip to content

Commit

Permalink
remove info about tap-pinning, fixes #22
Browse files Browse the repository at this point in the history
  • Loading branch information
slhck committed Apr 8, 2019
1 parent 28ebcd5 commit 00a1ded
Showing 1 changed file with 3 additions and 32 deletions.
35 changes: 3 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,13 @@ Contents:

In order to use this tap, you need to install Homebrew or Linuxbrew.

To use, first tap and pin this repo:
Then, to run a default installation, run:

```
brew tap varenc/ffmpeg
brew tap-pin varenc/ffmpeg
brew install varenc/ffmpeg/ffmpeg
```

**Note:** If you already have `ffmpeg` installed from Homebrew core, you need to first run `brew uninstall ffmpeg` before you can use this tap.

### Default installation

To install the default version of the formula, run:

```
brew install ffmpeg
```
**Note:** If you already have `ffmpeg` installed from Homebrew core, you will receive an error. You need to first run `brew uninstall ffmpeg` before you can use this tap.

### Installing with options

Expand Down Expand Up @@ -77,26 +68,6 @@ Or, if you are using the `HEAD` version and want to update to the latest commit:
brew update && brew upgrade ffmpeg --fetch-HEAD
```

## FAQ

### What is `tap-pin`?

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.

To unpin the tap, simply run `brew tap-unpin varenc/ffmpeg`.

### I used the old repository name, what should I do?

This repo was previously named `ffmpeg-with-options`. While there is a redirect to the new repository name, you should update to the tap's new name. To do so, run:

```
brew untap varenc/ffmpeg-with-options
brew tap varenc/ffmpeg
brew tap-pin varenc/ffmpeg
```

## Issues

To report issues, please [file an issue on GitHub](https://github.com/varenc/homebrew-ffmpeg/issues). Please note that we will only be able to help with issues that are exclusive to this tap.
Expand Down

0 comments on commit 00a1ded

Please sign in to comment.