From 8cacdd3ee824e2cc375a0b5ace9ef27d714f249e Mon Sep 17 00:00:00 2001 From: Gnought <1684105+gnought@users.noreply.github.com> Date: Tue, 17 Feb 2026 02:05:18 +0800 Subject: [PATCH] Update Homebrew installation instructions for macOS The sss-cli has already merged into homebrew/core. https://github.com/Homebrew/homebrew-core/pull/267407 --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bd7048f..0be6eee 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,10 @@ cargo uninstall shamirsecretsharing-cli ## macOS -To install on macOS system, you can also use [Homebrew](https://brew.sh) package -manager. The package is not yet in the upstream *homebrew-core*, but there exists a tap -with **sss-cli** formula [here](https://github.com/vitkabele/homebrew-tap). - -To install using Homebrew, run: `brew install vitkabele/tap/sss-cli`. +On macOS, you can install using the [Homebrew](https://brew.sh) package manager, and run a command: +```shell +brew install sss-cli +``` # F.A.Q.