Explorar o código

arch linux ffmpeg install (#93)

Ashutosh Tripathi %!s(int64=2) %!d(string=hai) anos
pai
achega
5485428c81
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -27,6 +27,9 @@ It also requires the command-line tool [`ffmpeg`](https://ffmpeg.org/) to be ins
 # on Ubuntu or Debian
 sudo apt update && sudo apt install ffmpeg
 
+# on Arch Linux
+sudo pacman -S ffmpeg
+
 # on MacOS using Homebrew (https://brew.sh/)
 brew install ffmpeg