Fixes #11168: Fix Ubuntu version in getting started guide

This commit is contained in:
Brian Cain 2019-11-01 07:46:47 -07:00
parent d70e3eb828
commit 811231bf92
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
1 changed files with 1 additions and 1 deletions

View File

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