Skip to content

Commit

Permalink
docs: add brew install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
socsieng committed Dec 31, 2020
1 parent 2a92985 commit 95023b1
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Expand Up @@ -36,18 +36,24 @@ _Activates the Notes application and sends keystrokes piped from `stdout` of the

## Installation

### Homebrew

Recommended: Install using [homebrew](https://brew.sh/):

```sh
brew install socsieng/tap/sendkeys
```

### Manual installation

Alternatively, install from source:

```sh
git clone https://github.com/socsieng/sendkeys.git
cd sendkeys
make install
```

### Homebrew

Coming soon.

## Markup

Most printable characters will be sent as keystrokes to the active application. Support for additional instructions is provided by some basic markup which is unlikely to be used in other markup languages to avoid conflicts.
Expand Down

0 comments on commit 95023b1

Please sign in to comment.