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