Actualiser README.md

This commit is contained in:
Grégory Lebreton 2026-01-19 15:24:58 +01:00
parent 8b20acf1c0
commit f077d56757

View File

@ -19,12 +19,13 @@ Make sure all the required software (listed above) is installed, then cd into on
packer build -var 'version=1.2.0' box-config.json
```
After a few minutes, Packer should tell you the box was generated successfully, and the box was uploaded to Vagrant Cloud.
After a few minutes, Packer should tell you the box was generated successfully.
## Testing built boxes
There's an included Vagrantfile that allows quick testing of the built Vagrant boxes. From the same box directory, run the following command after building the box:
```bash
vagrant box add builds/visrtualbox-debian-13.box
vagrant up
```