From 54ef14ba940b2ee98843a73ef007015bc322f163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C3=A6l=C5=8Drum=20spect=C4=81tr=C4=ABx?= Date: Mon, 17 Nov 2025 19:38:33 +0100 Subject: [PATCH] Add make instructions to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb715d1..a052f0d 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Ever wanted to kiss girls through a tty? Well now you can! - run `sudo chown root:tty /path/to/kissy` (or whatever ownership it's supposed to have) - run `sudo chmod 2755 /path/to/kissy` (or whatever permissions work for you. has to run with setgid) +- alternatively, build kissy from source using `make` then `sudo make install` + ### Usage: `kissy [target] ` @@ -18,4 +20,4 @@ Have fun girlkissing! :3 ## License -This project is licensed with [GPLv3](https://www.gnu.org/licenses/gpl-3.0.txt) \ No newline at end of file +This project is licensed with [GPLv3](https://www.gnu.org/licenses/gpl-3.0.txt)