1
0
Fork 0
mirror of synced 2024-05-04 04:22:47 +12:00

Fix typo on ffmpeg (#601)

This commit is contained in:
Alexis Lefebvre 2022-01-24 09:28:11 +01:00 committed by GitHub
parent 37b61b0c4c
commit c7ff65c11a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ sudo dnf -y install ffmpeg
```
#### Void Linux (CLI only)
```
sudo xbps-install gcc pkg-config ffpmeg
sudo xbps-install gcc pkg-config ffmpeg
```
### macOS