Skip to content

Commit 6e11f1f

Browse files
committed
chore: corrected binary installation procedure
1 parent b1a2ef6 commit 6e11f1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ In these cases, not only the readability of your Terraform plan will worsen, but
4141
curl -LO https://github.com/oboukili/terraform-provider-argocd/releases/download/v0.1.0/terraform-provider-argocd_v0.1.0_linux_amd64.gz
4242
gunzip -N terraform-provider-argocd_v0.1.0_linux_amd64.gz
4343
mv terraform-provider-argocd_v0.1.0 ~/.terraform.d/plugins/linux_amd64/
44+
chmod +x ~/.terraform.d/plugins/linux_amd64/terraform-provider-argocd_v0.1.0
4445
```
4546

4647
* **From source**: Follow [the 'contributing' build instructions](https://github.com/oboukili/terraform-provider-argocd#building).

0 commit comments

Comments
 (0)