From 0f42c16173fcdd74539ca6c19068c0e35159aa80 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Jun 09 2025 09:56:09 +0000 Subject: Add vagrant-hostmanager to the dev environment setup doc. --- diff --git a/README.md b/README.md index c73ca8b..4251ce1 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,11 @@ useful tool for creating development environments on your workstation. You can quickly start hacking on the Fedora Elections web application using the Vagrant setup included in the elections repo is super simple. -First, install Vagrant, the `vagrant-libvirt` plugin, and the `vagrant-sshfs` -plugin from the official Fedora repos: +First, install Vagrant, the `vagrant-libvirt` plugin, the `vagrant-sshfs` +plugin, and the `vagrant-hostmanager` plugin from the official Fedora repos: ``` -sudo dnf install vagrant vagrant-libvirt vagrant-sshfs +sudo dnf install vagrant vagrant-libvirt vagrant-sshfs vagrant-hostmanager ``` Now, from the main directory (the one with the `Vagrantfile` in it), run the