From 811231bf9215e391e86dc6ca2cfae2c5d6f090d1 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Fri, 1 Nov 2019 07:46:47 -0700 Subject: [PATCH] Fixes #11168: Fix Ubuntu version in getting started guide --- website/source/intro/getting-started/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/index.html.md b/website/source/intro/getting-started/index.html.md index 0b0adfa1f..758b3c7df 100644 --- a/website/source/intro/getting-started/index.html.md +++ b/website/source/intro/getting-started/index.html.md @@ -42,7 +42,7 @@ $ vagrant up After running the above two commands, you will have a fully running virtual machine in [VirtualBox](https://www.virtualbox.org) running -Ubuntu 12.04 LTS 64-bit. You can SSH into this machine with +Ubuntu 18.04 LTS 64-bit. You can SSH into this machine with `vagrant ssh`, and when you are done playing around, you can terminate the virtual machine with `vagrant destroy`.