projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd13917
)
Fix spelling in dependencies
author
Chocobozzz
<me@florianbigard.com>
Thu, 15 Mar 2018 13:40:06 +0000
(14:40 +0100)
committer
Chocobozzz
<me@florianbigard.com>
Thu, 15 Mar 2018 13:40:06 +0000
(14:40 +0100)
support/doc/dependencies.md
patch
|
blob
|
history
diff --git
a/support/doc/dependencies.md
b/support/doc/dependencies.md
index 6624919bad9cc5bc65ea07eae036f1353e9bd639..6db8a57d06ce8db61c16a69eab39cd8bc347b53a 100644
(file)
--- 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