Skip to content

Commit

Permalink
updated isntallation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaj committed May 31, 2020
1 parent 8c249db commit f3238d3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ The purpose for this spoon is to modify monitor mapping settings to the XP-Pen t

This is great when you want to scope your tablet's mapping to a single application window.

Installation
------------
To install this spoon simply run the following command:
```
git clone https://github.com/dimaj/XPPenTablet.spoon ~/.hammerspoon/Spoons/XPPenTablet.spoon
```

Sample Configuration
--------------------
Add the following block to your hammerspoon configuration file:
Expand All @@ -19,8 +26,7 @@ spoon.SpoonInstall:andUse("XPPenTablet", {
hotkeys = {
current_window = {{"shift", "alt"}, "w"}
},
start = true,
repo = "https://github.com/dimaj/XPPenTablet.spoon"
start = true
})
```

Expand Down

0 comments on commit f3238d3

Please sign in to comment.