update readme

This commit is contained in:
Jonathan Baecker 2020-06-22 15:42:56 +02:00
parent be26babbde
commit d0a77dbc7d
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,8 @@ This is the fresh version v2.0.0-beta from ffplayout GUI.
At the moment this version is more for testing. If you want to give it a try -> check [install.md](docs/install.md) for installation.
A old working version you found in v1.0.0 branch, or under releases.
Or run `./install.sh` as root. The install script is tested under debian 10 minimal and centos 8 minimal.
After installations you have to setup ssl for your **https** connections.
**This version is not production ready!!**

View File

@ -68,5 +68,5 @@ curl -sL https://deb.nodesource.com/setup_12.x | bash -
**For full installation (with ffmpeg/srs):**
```
apt install -y sudo net-tools git python3-dev build-essential virtualenv python3-virtualenv nodejs nginx autoconf automake libtool pkg-config texi2html yasm cmake curl mercurial git wget gperf mediainfo
apt install -y sudo net-tools git python3-dev build-essential python3-virtualenv nodejs nginx autoconf automake libtool pkg-config yasm cmake curl mercurial git wget gperf mediainfo
```