Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific authored May 20, 2024
1 parent 3ced96f commit e972b38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ dependencies for the Vagrant Libvirt plugin for Vagrant. For more information
refer to the [Vagrant Libvirt Documentation](https://vagrant-libvirt.github.io/vagrant-libvirt/installation#requirements).

```
# Create $HOME/.vagrant.d if it doesn't exist
mkdir -p $HOME/.vagrant.d
docker run --interactive --tty --rm \
--env LIBVIRT_DEFAULT_URI \
--mount type=bind,source=/var/run/libvirt/,target=/var/run/libvirt/ \
Expand Down

0 comments on commit e972b38

Please sign in to comment.