From b07918ea4baabdfdc3190a448476e5cf0df309f1 Mon Sep 17 00:00:00 2001 From: Victor Nogueira Date: Sat, 15 Oct 2022 13:36:30 +0300 Subject: [PATCH] Avoid mentioning specific architectures of prebuilds on Readme (#358) Because we now target many more architectures. See the [last release](https://github.com/aminueza/terraform-provider-minio/releases/tag/v1.6.0), for example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63817ce0..78b1fe2e 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ It just means that we can't guarantee backward compatibility. ## Building and Installing -Prebuilt versions of this provider are available for MacOS and Linux on the [releases page](https://github.com/aminueza/terraform-provider-minio/releases/latest). +Prebuilt versions of this provider are available on the [releases page](https://github.com/aminueza/terraform-provider-minio/releases/latest). But if you need to build it yourself, just download this repository, [install](https://taskfile.dev/#/installation) [Task](https://taskfile.dev/):