Merge pull request #15 from kmulvey/patch-1

give rhel some love
This commit is contained in:
Kagami Hiiragi 2022-06-23 07:47:12 +03:00 committed by GitHub
commit 9badc7c997
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: