From 84e31db2f3242b709c5d310a63ee2dc720c67d3f Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 26 Mar 2022 08:02:21 +0100 Subject: Avoid sudo in Makefile The user should care about priviledge escalation because there are also alternatives to sudo (like doas). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index d3b5dd3..b0fc242 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Install this software from source on GNU/Linux systems like this: git clone https://cgit.xengineering.eu/xbot cd xbot make all -make install +sudo make install ``` Make sure to have a XMPP account for you and your bot. There are a lot of free -- cgit v1.2.3-70-g09d2