give rhel some love

not everyone uses debian
This commit is contained in:
Kevin Mulvey 2022-06-22 18:09:38 -06:00 committed by GitHub
parent 442e948cec
commit d8fa7e3fea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -9,10 +9,16 @@ AV1 codec.
Make sure libaom is installed. On typical Linux distro just run:
#### Debian (and derivatives):
```bash
sudo apt-get install libaom-dev
```
#### RHEL (and derivatives):
```bash
sudo dnf install libaom-devel
```
## Usage
To use go-avif in your Go code: