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

Update installation.md #776

Merged
merged 1 commit into from
Dec 11, 2023
Merged
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
4 changes: 2 additions & 2 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Therefore, if you use Karabiner-Elements, you may already have the
dext installed (though maybe a different version number). Run
`defaults read
/Applications/.Karabiner-VirtualHIDDevice-Manager.app/Contents/Info.plist
CFBundleVersion` to check the version: if `1.15.0` is shown, then the
CFBundleVersion` to check the version: if `2.1.0` is shown, then the
installed dext is compatibile with kmonad and you can move onto
[installing kmonad](#installing-kmonad). If another version is listed,
this may work too (but has not been tested).
Expand All @@ -254,7 +254,7 @@ install the extension, and activate the extension.

```console
$ cd kmonad/
$ open c_src/mac/Karabiner-DriverKit-VirtualHIDDevice/dist/Karabiner-DriverKit-VirtualHIDDevice-1.15.0.pkg
$ open c_src/mac/Karabiner-DriverKit-VirtualHIDDevice/dist/Karabiner-DriverKit-VirtualHIDDevice-2.1.0.pkg
```

```console
Expand Down