Skip to content

Commit

Permalink
Add missing apt-get package in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoto committed Sep 17, 2014
1 parent 2d8d846 commit bedd6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bash scripts for sending key presses to open applications in X Windows (GNOME, K

## Installation

1. Install wmctrl (on Ubuntu run ```sudo apt-get install wmctrl```)
1. Install wmctrl (on Ubuntu run ```sudo apt-get install wmctrl libx11-dev```)
2. ```git clone https://github.com/kyoto/sendkeys.git```
3. ```cd sendkeys/```
4. ```make```
Expand Down

0 comments on commit bedd6f3

Please sign in to comment.