From 43862a2651342523b97db55b68ca857cd1c2c18d Mon Sep 17 00:00:00 2001 From: Dima Pasechnik Date: Thu, 4 Jun 2026 23:38:14 -0500 Subject: [PATCH] m4ri is now mainline Homebrew --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7751d5c..0fbbafb 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ M4RI is a library for fast arithmetic with dense matrices over F2. The name M4RI * and preliminary support for parallelisation on shared memory systems via OpenMP. -We support M4RI on Linux. Support for Windows (MSYS2/MinGW) and OS X (source, and Homebrew via `brew install dimpase/tap/m4ri`), is provided on a best effort basis and may disappear any time. +We support M4RI on Linux. Support for Windows (MSYS2/MinGW) and OS X (source, and Homebrew via `brew install m4ri`), is provided on a best effort basis and may disappear any time. See [Further Reading](https://bitbucket.org/malb/m4ri/wiki/Further%20Reading) for implemented algorithms.