From abc1023f49896cce696627d147855dcd20d09786 Mon Sep 17 00:00:00 2001 From: Yosef BAYOUDE <55576351+YosefBayoude@users.noreply.github.com> Date: Mon, 11 Dec 2023 00:40:00 +0100 Subject: [PATCH] Update installation.md --- doc/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/installation.md b/doc/installation.md index d2263a55..c41e4892 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -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). @@ -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