summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDuncan Mac-Vicar P <dmacvicar@suse.de>2016-06-29 11:28:30 +0200
committerDuncan Mac-Vicar P <dmacvicar@suse.de>2016-06-29 11:28:30 +0200
commit67b301842c28222b6daec2b43f580b50657f1432 (patch)
tree469e2276e7b37d402eea06a69fa780956f923c70 /README.md
parent4bc0a7f51a86516772aed50c0055786f33ff59e7 (diff)
downloadterraform-provider-libvirt-67b301842c28222b6daec2b43f580b50657f1432.tar
terraform-provider-libvirt-67b301842c28222b6daec2b43f580b50657f1432.tar.gz
indent
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 0c80592c..1710dae9 100644
--- a/README.md
+++ b/README.md
@@ -69,11 +69,11 @@ $ terraform destroy
4. Get the dependencies, either with `go get`
1. Run `go get`
2. Switch the terraform project back to the stable version, otherwise you will get a `Incompatible API version with plugin. Plugin version: 1, Ours: 2` error at runtime:
-```
-cd $GOPATH/src/github.com/hashicorp/terraform
-git checkout v0.6.16
-cd $GOPATH/src/github.com/dmacvicar/terraform-provider-libvirt
-```
+ ```
+ cd $GOPATH/src/github.com/hashicorp/terraform
+ git checkout v0.6.16
+ cd $GOPATH/src/github.com/dmacvicar/terraform-provider-libvirt
+ ```
5. .. or alternatively install [govend](https://github.com/govend/govend) and:
1. Run `govend`, which will scan dependencies and download them into vendor
2. problematic dependencies, like terraform, will be automatically in the right version thanks to the `vendor.yml` file.