From 2fe4c43e7ac7ed10f5115a8886e7900ef1721c9e Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Sat, 21 Feb 2026 22:40:01 +0530 Subject: [PATCH] docs: added homebrew package #7 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 067d018..5d927d8 100644 --- a/README.md +++ b/README.md @@ -83,9 +83,10 @@ After installing the extension you can do the following directly from the browse | Platform (OS) | Distribution Channel | Installation Command / Instruction | | :---- | :---- | :---- | | Windows x86_64 / ARM64 | WinGet | `winget install neosubhamoy.neodlp` | +| MacOS x86_64 / ARM64 | Homebrew | `brew install neosubhamoy/tap/neodlp` | | MacOS x86_64 / ARM64 | Curl-Bash Installer | `curl -sSL https://neodlp.neosubhamoy.com/macos_installer.sh \| bash` | | Linux x86_64 / ARM64 | Curl-Bash Installer | `curl -sSL https://neodlp.neosubhamoy.com/linux_installer.sh \| bash` | -| Arch Linux x86_64 / ARM64 | AUR | `yay -S neodlp` | +| Arch Linux x86_64 / ARM64 | AUR | `yay -S neodlp` or `paru -S neodlp` | ## 🧪 Package Testing Status