From e73962ea71c5359eb5b0531c28669c8147bac5f4 Mon Sep 17 00:00:00 2001 From: Dan Petersen Date: Sun, 8 Mar 2020 16:15:24 +0100 Subject: [PATCH] Update docs --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index d8b32397..363210ce 100644 --- a/docs/index.md +++ b/docs/index.md @@ -39,7 +39,7 @@ $ rm "${PLUGINS_PATH}/terraform-provider-proxmox.zip" On all other platforms, you should be able to install it using Bash: ```sh -$ export PLUGINS_PATH="${HOME}/terraform.d/plugins" +$ export PLUGINS_PATH="${HOME}/.terraform.d/plugins" $ export PROVIDER_VERSION="0.2.0" $ mkdir -p "$PLUGINS_PATH" $ curl -o "${PLUGINS_PATH}/terraform-provider-proxmox.zip" -sL https://github.com/danitso/terraform-provider-proxmox/releases/download/${PROVIDER_VERSION}/terraform-provider-proxmox_v${PROVIDER_VERSION}-custom_windows_amd64.zip