aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2020-11-14 21:35:58 +0530
committerAkshay Nair <phenax5@gmail.com>2020-11-14 21:35:58 +0530
commit9aa9bd23e420b64392e134732f392fa1994db75f (patch)
treefa8c6d3780343f3792916028f141e82f7a4185e8 /README.md
parent71d5e4fd58d852626b00fea36b7671fbab816225 (diff)
parent1cf29732f9acbbe8adca232bf10eb236e68353e6 (diff)
downloadshotkey-9aa9bd23e420b64392e134732f392fa1994db75f.tar.gz
shotkey-9aa9bd23e420b64392e134732f392fa1994db75f.zip
Merge commit '1cf29732f9acbbe8adca232bf10eb236e68353e6' into personal
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index b40254f..5612cca 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,15 @@
# SHotKey
-A Suckless Hot Key daemon for X inspired by the suckless philosophy with configurable custom modes.
+A Simple Hot Key daemon for X inspired by the suckless philosophy with configurable custom modes.
~200 LOC. ~20KB binary.
-
-<a href="https://liberapay.com/phenax/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a>
+<a href="https://www.buymeacoffee.com/phenax"><img src="https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg?style=flat-square" alt="Buy Me A Coffee donate button" /></a>
## Installation
-Clone the repo and run
+Clone the repo and run (May need `sudo`)
```bash
-sudo make install
+make install
```