You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@ This builds Windows 11/2022/2025 base Vagrant boxes using [Packer](https://www.p
3
3
4
4
# Usage
5
5
6
-
Install a supported hypervisor (e.g. [libvirt](https://libvirt.org/)), [packer 1.10+](https://www.packer.io/) and [vagrant](https://www.vagrantup.com/).
6
+
Install a supported hypervisor (e.g. [libvirt](https://libvirt.org/)), [packer 1.14+](https://www.packer.io/) and [vagrant](https://www.vagrantup.com/).
7
7
If you are using Windows and [Chocolatey](https://chocolatey.org/), you can install the tools (you still need to install Hyper-V) from an administrative PowerShell session with:
8
8
9
9
```powershell
10
-
choco install -y packer vagrant msys2
10
+
choco install -y packer vagrant msys2 jq
11
11
12
12
# configure the msys2 launcher to let the shell inherit the PATH.
0 commit comments