summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDario Maiocchi <MalloZup@users.noreply.github.com>2016-10-11 16:01:09 +0200
committerGitHub <noreply@github.com>2016-10-11 16:01:09 +0200
commit982eec9d8b7032a7dffc888568c94862eb961e63 (patch)
tree99ef5cc7bbbb91bdeebad6b2a806eed627c31caa /README.md
parent384c8b8ef4b18c3da7e6dd10fbfddf2fae79180e (diff)
downloadterraform-provider-libvirt-982eec9d8b7032a7dffc888568c94862eb961e63.tar
terraform-provider-libvirt-982eec9d8b7032a7dffc888568c94862eb961e63.tar.gz
add distro
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 145f88f4..85a94566 100644
--- a/README.md
+++ b/README.md
@@ -20,10 +20,12 @@ In the future, I may try to support older libvirt versions if I find a way to el
[Copied from the Terraform documentation](https://www.terraform.io/docs/plugins/basics.html):
> To install a plugin, put the binary somewhere on your filesystem, then configure Terraform to be able to find it. The configuration where plugins are defined is ~/.terraformrc for Unix-like systems and %APPDATA%/terraform.rc for Windows.
-If you are using opensuse/SUSE distro, add the repo and download the package :
+If you are using opensuse/SUSE distro, add the repo and download the package (check the repo according your distro)
```console
-zypper addrepo http://download.opensuse.org/repositories/Virtualization:containers/openSUSE_Leap_42.1/Virtualization:containers.repo
+
+DISTRO=openSUSE_Leap_42.1
+zypper addrepo http://download.opensuse.org/repositories/Virtualization:containers/$DISTRO/Virtualization:containers.repo
zypper refresh
zypper install terraform-provider-libvirt