From 517434f0848f101754fe2c7515440d31e2ac9870 Mon Sep 17 00:00:00 2001 From: Sven Anderson Date: Thu, 30 Jun 2022 14:28:11 +0200 Subject: [PATCH] Add MacOS instructions to README This is a replacement for #540. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c4107bf..e33a109 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,12 @@ On rpm based systems (dnf, yum, etc) these may be: libcephfs-devel librbd-devel librados-devel ``` +On MacOS you can use brew to install the libraries: +```sh +brew tap mulbc/ceph-client +brew install ceph-client +``` + NOTE: CentOS users may want to use a [CentOS Storage SIG](https://wiki.centos.org/SpecialInterestGroup/Storage/Ceph) repository to enable packages for a supported ceph version.