dmacvicar / terraform-provider-libvirt

Terraform provider to provision infrastructure with Linux's KVM using libvirt
Apache License 2.0
1.59k stars 458 forks source link

Trivial typo fix #831

Closed justinclift closed 3 years ago

justinclift commented 3 years ago

Hmmm, while looking over the README, shouldn't this:

git clone https://github.com/dmacvicar/terraform-provider-libvirt.git
make

... also have a cd command in there too? eg:

git clone https://github.com/dmacvicar/terraform-provider-libvirt.git
cd terraform-provider-libvirt
make
MalloZup commented 3 years ago

hi justin thx for pr. Yes you can also put the cd on readme thx!

justinclift commented 3 years ago

No worries, I've just added that cd line too. :smile: