Skip to content

Commit

Permalink
docs(readme): specify ahk1.1 requirement for sample cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
LGUG2Z committed Jan 16, 2023
1 parent fd351b6 commit acc119a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,13 @@ for _komorebi_ can be found [here](https://gist.github.com/crosstyan/dafacc0778d

#### Using Different AHK Executables

The sample configuration and the generated helper library both currently only support AutoHotKey v1.1.

The preferred way to install AutoHotKey for use with `komorebi` is to install it via `scoop`:

```powershell
scoop install autohotkey
scoop bucket add versions
scoop install autohotkey1.1
```

If you install AutoHotKey using a different method, the name of the executable file may differ from the name given by
Expand Down

0 comments on commit acc119a

Please sign in to comment.