aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-03-15 14:40:06 +0100
committerChocobozzz <me@florianbigard.com>2018-03-15 14:40:06 +0100
commit30274d67ebd47a5cbbd57ea1cb14fb904e5e4445 (patch)
tree8215273caebef45e0fb9c114c0a0bb7c05d9282f /support/doc
parentcd139178652c6bfd395534568acbd9ac05d14887 (diff)
downloadPeerTube-30274d67ebd47a5cbbd57ea1cb14fb904e5e4445.tar.gz
PeerTube-30274d67ebd47a5cbbd57ea1cb14fb904e5e4445.tar.zst
PeerTube-30274d67ebd47a5cbbd57ea1cb14fb904e5e4445.zip
Fix spelling in dependencies
Diffstat (limited to 'support/doc')
-rw-r--r--support/doc/dependencies.md2
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
27if you still have a 2.x ffmpeg version on ubuntu-server : 27If 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