Skip to content

Commit

Permalink
Add libvirt module installation to readme (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellGerdisch committed May 17, 2021
1 parent a05e5e9 commit 13d9daf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libvirt-py-vm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ It uses the Pulumi Libvirt provider (https://www.pulumi.com/docs/reference/pkg/l

## Running the App

1. The libvirt provider uses the libvirt module. Therefore, libvirt needs to be installed on the machine from which you are running pulumi.
- Mac: `brew install libvirt`
- Windows: See: https://libvirt.org/windows.html
- Others: https://libvirt.org/downloads.html

1. Create a new stack:

```
Expand Down

0 comments on commit 13d9daf

Please sign in to comment.