We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba0af1 commit 9907187Copy full SHA for 9907187
pages/docs/install/install-mac.md
@@ -17,10 +17,10 @@ brew cask install vagrant
17
brew cask install vagrant-manager
18
19
# Create a working directory for the Vagrant configuration and
20
-# generate a template Vagrantfile for "ubuntu/trusty64"
+# generate a template Vagrantfile for "ubuntu/xenial64"
21
mkdir singularity-vm
22
cd singularity-vm
23
-vagrant init ubuntu/trusty64
+vagrant init ubuntu/xenial64
24
25
# Build and start the Vagrant hosted VM
26
vagrant up --provider virtualbox
0 commit comments