diff --git a/README.md b/README.md index bffcdbe..460f70a 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,17 @@ KeyCastr, an open-source keystroke visualizer. - [Download latest release](https://github.com/keycastr/keycastr/releases) -### Installation via [homebrew](http://brew.sh/) [cask](https://github.com/caskroom/homebrew-cask) +## Installation via [homebrew](http://brew.sh/) [cask](https://github.com/caskroom/homebrew-cask) ```console which cask || brew tap caskroom/cask # Get cask if you don't already have it brew cask install keycastr ``` +## Accessibility API access + +In order to work, KeyCastr must be included in the list of applications with Accessibility API access, under the Security & Privacy system preferences. + +![accessibility](assets/accessibility.png) ## History diff --git a/assets/accessibility.png b/assets/accessibility.png new file mode 100644 index 0000000..295d2f3 Binary files /dev/null and b/assets/accessibility.png differ