From ed2941b342c8984a73cfaf8d2a2beacc1994ca88 Mon Sep 17 00:00:00 2001 From: Roman Gorshunov Date: Fri, 18 May 2018 21:16:51 +0200 Subject: [PATCH] Fix README.md for VM version Should be listed that Ubuntu 16.04 is a requirement at the moment. Change-Id: I976963075e84b1cf6fd7f20551f19cef0a1033ab --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bbc8d6d..878e9986 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Airship is a broad integration of several components enabling an automated, resilient Kubernetes-based infrastructure for hosting Helm-deployed containerized workloads. -To get started, run the following in a fresh VM. This will deploy Airship and OSH: +To get started, run the following in a fresh Ubuntu 16.04 VM. This will deploy Airship and OSH: ``` sudo -i mkdir -p /root/deploy && cd "$_"