aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2020-11-01 19:19:36 +0530
committerGitHub <noreply@github.com>2020-11-01 19:19:36 +0530
commit1cf29732f9acbbe8adca232bf10eb236e68353e6 (patch)
treeb4a8e16733489cf2a2f4a2f47e2e27d4a947ff94 /README.md
parent8af246beadc4f9d39ea33370b7140a30217b1f49 (diff)
downloadshotkey-1cf29732f9acbbe8adca232bf10eb236e68353e6.tar.gz
shotkey-1cf29732f9acbbe8adca232bf10eb236e68353e6.zip
Update README.md
Diffstat (limited to 'README.md')
-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
```