Skip to content

[Documentation:System] Improve Windows installation details #685

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _docs/developer/getting_started/vm_install_using_vagrant.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ M-Series ARM MacOS machines.*
* You will need:
* [Ruby](https://www.ruby-lang.org/en/downloads)
* [Git](https://git-scm.com/downloads)
* [Vagrant](https://www.vagrantup.com)
* [Vagrant](https://developer.hashicorp.com/vagrant/install)
* *M-SERIES ARM MacOS:* [QEMU](https://www.qemu.org)
* *EVERYONE ELSE:* [VirtualBox](https://www.virtualbox.org/wiki/Downloads)
* Ensure VirtualBox version is compatible with Vagrant.
Expand All @@ -146,8 +146,8 @@ M-Series ARM MacOS machines.*
```

* **Windows**
*You can just go to the respective sites and download the necessary binaries.*

Download the latest Vagrant AMD64 binary for windows.
*As of Vagrant version 2.4.7, Virtualbox 7.1.10 is compatible.*

* **Ubuntu/Debian**

Expand Down
Loading