Skip to content

Commit

Permalink
Add Homebrew installation instructions
Browse files Browse the repository at this point in the history
Updated the README.md to include Homebrew installation steps for Wox. This provides an additional and convenient method for users to install the software.
  • Loading branch information
qianlifeng committed Aug 7, 2024
1 parent 5c43a40 commit 9e9d5d8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <kbd>Alt</kbd>/<kbd>Command</kbd>+<kbd>Space</kbd>
- Cancel/Return: <kbd>Esc</kbd>
- Install/Uninstall plugin: type `wpm install/uninstall`

Contribution
------------
Expand Down

0 comments on commit 9e9d5d8

Please sign in to comment.