Update README.md

This commit is contained in:
seahawk1986 2017-12-28 09:54:42 +01:00 committed by GitHub
parent 9440928891
commit 02a1d94108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,11 @@ ansible playbooks for yaVDR
## Usage: ## Usage:
On a Ubuntu Server 16.04.x Installation run the following commands: On a Ubuntu Server 18.04.x (or minimal) Installation run the following commands:
``` ```
sudo apt-get install git sudo apt-get install git
git clone https://github.com/yavdr/yavdr-ansible git clone https://github.com/yavdr/yavdr-ansible
cd yavdr-ansible cd yavdr-ansible
git checkout bionic
sudo ./install-yavdr.sh sudo ./install-yavdr.sh
``` ```