From efac06b2319b256450e6bb70c278e5c0f9ffce72 Mon Sep 17 00:00:00 2001 From: Doug Masiero Date: Mon, 9 Jun 2025 00:03:27 -0400 Subject: [PATCH] Add mc client instrutions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a6b7b88..d4e453a 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,11 @@ [MinIO Documentation](https://min.io/docs/minio/container/index.html) This deployment relies on an NFS mount on host system for container /data volume. + +# [Install the MinIO Client (mc)](https://min.io/docs/minio/linux/reference/minio-mc.html?ref=docs) +``` +brew install minio/stable/mc +mc --help +``` +``` +```