aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a003ca7..5612cca 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,9 @@ A Simple Hot Key daemon for X inspired by the suckless philosophy with configura
## Installation
-Clone the repo and run
+Clone the repo and run (May need `sudo`)
```bash
-sudo make install
+make install
```