Skip to content

Commit

Permalink
Add upgrade info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
slhck committed Feb 18, 2019
1 parent 5ef16a6 commit 64ee60d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This is a 3rd party tap for [Homebrew](http://brew.sh/). It provides a formula f
Contents:

- [Installation and usage](#installation-and-usage)
- [Updating](#updating)
- [FAQ](#faq)
- [Issues](#issues)
- [Maintainers](#maintainers)
Expand Down Expand Up @@ -60,6 +61,20 @@ brew install ffmpeg $(brew options ffmpeg --compact)

Note that this will perform a full build of ffmpeg and its dependencies, which may take a while depending on your machine's capabilities.

## Updating

To update Homebrew and upgrade the formula to the most recent stable release:

```
brew update && brew upgrade ffmpeg
```

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`?
Expand Down

0 comments on commit 64ee60d

Please sign in to comment.