From ab32cf4489af91bec9fe73900eb76897a01e2998 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a6b7b88..fa5fc7a 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,9 @@ [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 +```