From 5c0a6cb366445cc1bbe0ec4fdf41d38536922b69 Mon Sep 17 00:00:00 2001 From: Lenfree Yeung Date: Wed, 8 Aug 2018 18:47:18 +1000 Subject: [PATCH] Add instruction on how to download provider --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bab511d..7001b33 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,10 @@ Usage: To download this provider, pick version you'd like to download at https://github.com/packetloop/terraform-provider-singularity/releases. ```bash -curl \ +curl -L \ https://github.com/packetloop/terraform-provider-singularity/releases/download/v0.1.0/terraform-provider-singularity_v0.1.0_Darwin_x86_64 \ - -o ~/.terraform.d/plugins/terraform-provider-singularity_v0.1.0 + -o ~/.terraform.d/plugins/terraform-provider-singularity_v0.1.0 && \ + chmod +x ~/.terraform.d/plugins/terraform-provider-singularity_v0.1.0 ``` ```bash