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 ```