Skip to content

Commit

Permalink
Add full instructions for manual installation
Browse files Browse the repository at this point in the history
Closes #7
  • Loading branch information
lePerdu committed Feb 25, 2020
1 parent 731396b commit 4cc87b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ plug "lePerdu/kakboard" %{

### Manually

Clone this repository and `source` the file `kakboard.kak` in your `kakrc`.
Clone this repository and `source` the file `kakboard.kak` in your `kakrc`, then
set it up to run with:
```
hook global WinCreate .* %{ kakboard-enable }
```


## Usage
Expand Down

0 comments on commit 4cc87b2

Please sign in to comment.