Skip to content

Commit 9907187

Browse files
committed
updating docs to use ubuntu xenial instead of trusty
1 parent fba0af1 commit 9907187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/docs/install/install-mac.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ brew cask install vagrant
1717
brew cask install vagrant-manager
1818

1919
# Create a working directory for the Vagrant configuration and
20-
# generate a template Vagrantfile for "ubuntu/trusty64"
20+
# generate a template Vagrantfile for "ubuntu/xenial64"
2121
mkdir singularity-vm
2222
cd singularity-vm
23-
vagrant init ubuntu/trusty64
23+
vagrant init ubuntu/xenial64
2424

2525
# Build and start the Vagrant hosted VM
2626
vagrant up --provider virtualbox

0 commit comments

Comments
 (0)