Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Instruction to Install on macOS using Homebrew #91

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@ There is a project implementing [EurKEY Colemak-DH](https://gitlab.com/jungganz/

Colemak-DH mappings for macOS have been contributed in the ![download](gfx/arrow-circle-down.png)[**macOS folder**](macOS/)

### Homebrew

Homebrew user can use the following command to install Colemak-DH to macOS:

```sh
brew install --cask colemak-dh # Install Colemak-DH
brew install --cask colemak-dhk # Install Colemak-DHk
```

# Cross platform (Windows, Linux, Mac)

### KMonad configurations
Expand Down