Skip to content

Commit 585f990

Browse files
authored
[Documentation:System] Improve Windows installation details (#685)
I was previously unable to vagrant up from box because I thoughtlessly downloaded the I686 version from vagrant, thinking that AMD64 was incompatible with my Intel CPU (silly, I know). This PR gives more detailed instructions for what exactly to download for Windows users.
1 parent 214b12c commit 585f990

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_docs/developer/getting_started/vm_install_using_vagrant.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ M-Series ARM MacOS machines.*
121121
* You will need:
122122
* [Ruby](https://www.ruby-lang.org/en/downloads)
123123
* [Git](https://git-scm.com/downloads)
124-
* [Vagrant](https://www.vagrantup.com)
124+
* [Vagrant](https://developer.hashicorp.com/vagrant/install)
125125
* *M-SERIES ARM MacOS:* [QEMU](https://www.qemu.org)
126126
* *EVERYONE ELSE:* [VirtualBox](https://www.virtualbox.org/wiki/Downloads)
127127
* Ensure VirtualBox version is compatible with Vagrant.
@@ -146,8 +146,8 @@ M-Series ARM MacOS machines.*
146146
```
147147
148148
* **Windows**
149-
*You can just go to the respective sites and download the necessary binaries.*
150-
149+
Download the latest Vagrant AMD64 binary for windows.
150+
*As of Vagrant version 2.4.7, Virtualbox 7.1.10 is compatible.*
151151
152152
* **Ubuntu/Debian**
153153

0 commit comments

Comments
 (0)