Adding link to ../../contrib in README (#4097)

This commit is contained in:
Petr Ruzicka 2019-01-31 23:44:06 +01:00 committed by Kubernetes Prow Robot
parent f6d60a7e89
commit 91e2d61cf2

View file

@ -109,6 +109,7 @@ Create an inventory directory for your cluster by copying the existing sample an
$ cp -LRp contrib/terraform/openstack/sample-inventory inventory/$CLUSTER
$ cd inventory/$CLUSTER
$ ln -s ../../contrib/terraform/openstack/hosts
$ ln -s ../../contrib
```
This will be the base for subsequent Terraform commands.