aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/FUNDING.yml2
-rw-r--r--README.md9
2 files changed, 5 insertions, 6 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 7387327..1e1e921 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1,4 +1,4 @@
# These are supported funding model platforms
-custom: ["https://www.paypal.me/phenax"]
+custom: ["https://www.paypal.me/phenax", "https://www.buymeacoffee.com/phenax"]
liberapay: phenax
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
```