docs: add note in readme about homebrew install (#1011)
* docs: add note about brew install not being directly maintained by devs Added note about Homebrew cask maintenance and updated installation steps. * fix --------- Co-authored-by: CJ Pais <cj@cjpais.com>
This commit is contained in:
parent
5dbe99bf00
commit
01b8b05bdc
1 changed files with 2 additions and 1 deletions
|
|
@ -37,7 +37,8 @@ The process is entirely local:
|
|||
### Installation
|
||||
|
||||
1. Download the latest release from the [releases page](https://github.com/cjpais/Handy/releases) or the [website](https://handy.computer)
|
||||
- **macOS**: Also available via [Homebrew cask](https://formulae.brew.sh/cask/handy): `brew install --cask handy`
|
||||
- **macOS**: Also available via [Homebrew cask](https://formulae.brew.sh/cask/handy): `brew install --cask handy` \
|
||||
**Note:** The Homebrew cask is not maintained by the Handy developers.
|
||||
2. Install the application
|
||||
3. Launch Handy and grant necessary system permissions (microphone, accessibility)
|
||||
4. Configure your preferred keyboard shortcuts in Settings
|
||||
|
|
|
|||
Loading…
Reference in a new issue