From 9e9d5d8196d134f20e7ffc834d1deb89a6f5b376 Mon Sep 17 00:00:00 2001 From: qianlifeng Date: Wed, 7 Aug 2024 23:06:46 +0800 Subject: [PATCH] Add Homebrew installation instructions Updated the README.md to include Homebrew installation steps for Wox. This provides an additional and convenient method for users to install the software. --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f01ff712f..435bde9dc 100644 --- a/README.md +++ b/README.md @@ -21,17 +21,23 @@ Features - Single executable file, no installation required - Develop plugins with Javascript, Python, C# -Run +Install and Run ------------ +- Manual + Download from [releases](https://github.com/Wox-launcher/Wox/releases) and run the single executable file +- Homebrew + +`brew tap wox-launcher/wox` +`brew install wox --no-quarantine` + Usage ----- - Launch: Alt/Command+Space - Cancel/Return: Esc -- Install/Uninstall plugin: type `wpm install/uninstall` Contribution ------------