From f56728674c436bce1775373df20758a6d28eab07 Mon Sep 17 00:00:00 2001 From: Grant Gongaware Date: Thu, 9 Feb 2017 13:39:14 -0800 Subject: [PATCH] note the other proxmox api project --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fd462e..8bf31b0 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,11 @@ Terraform provider plugin for proxmox ## Build +Requires https://github.com/Telmate/proxmox-api-go + ``` go build -o terraform-provider-proxmox -cp terraform-provider-proxmox $GOPATH/bin +cp terraform-provider-proxmox $GOPATH/bin ``` ## Run