From: Chocobozzz Date: Thu, 15 Mar 2018 13:40:06 +0000 (+0100) Subject: Fix spelling in dependencies X-Git-Tag: v1.0.0-alpha.8~1 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=30274d67ebd47a5cbbd57ea1cb14fb904e5e4445;p=github%2FChocobozzz%2FPeerTube.git Fix spelling in dependencies --- diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index 6624919ba..6db8a57d0 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md @@ -24,7 +24,7 @@ $ ffmpeg -version # Should be >= 3.x $ g++ -v # Should be >= 5.x ``` -if you still have a 2.x ffmpeg version on ubuntu-server : +If you still have a 2.x version of FFmpeg on Ubuntu: ``` $ sudo add-apt-repository ppa:jonathonf/ffmpeg-3 $ sudo apt-get update