diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-15 14:40:06 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-15 14:40:06 +0100 |
commit | 30274d67ebd47a5cbbd57ea1cb14fb904e5e4445 (patch) | |
tree | 8215273caebef45e0fb9c114c0a0bb7c05d9282f /support/doc/dependencies.md | |
parent | cd139178652c6bfd395534568acbd9ac05d14887 (diff) | |
download | PeerTube-30274d67ebd47a5cbbd57ea1cb14fb904e5e4445.tar.gz PeerTube-30274d67ebd47a5cbbd57ea1cb14fb904e5e4445.tar.zst PeerTube-30274d67ebd47a5cbbd57ea1cb14fb904e5e4445.zip |
Fix spelling in dependencies
Diffstat (limited to 'support/doc/dependencies.md')
-rw-r--r-- | support/doc/dependencies.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
24 | $ g++ -v # Should be >= 5.x | 24 | $ g++ -v # Should be >= 5.x |
25 | ``` | 25 | ``` |
26 | 26 | ||
27 | if you still have a 2.x ffmpeg version on ubuntu-server : | 27 | If you still have a 2.x version of FFmpeg on Ubuntu: |
28 | ``` | 28 | ``` |
29 | $ sudo add-apt-repository ppa:jonathonf/ffmpeg-3 | 29 | $ sudo add-apt-repository ppa:jonathonf/ffmpeg-3 |
30 | $ sudo apt-get update | 30 | $ sudo apt-get update |