From 02a1d941083f3db3adce37b77f25d3f1fb8dffe8 Mon Sep 17 00:00:00 2001 From: seahawk1986 Date: Thu, 28 Dec 2017 09:54:42 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 84037b6..a2a1790 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,11 @@ ansible playbooks for yaVDR ## 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 git clone https://github.com/yavdr/yavdr-ansible cd yavdr-ansible +git checkout bionic sudo ./install-yavdr.sh ```