diff options
author | xengineering <me@xengineering.eu> | 2022-03-26 08:02:21 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-03-26 08:02:21 +0100 |
commit | 84e31db2f3242b709c5d310a63ee2dc720c67d3f (patch) | |
tree | f44472df44b8c843c5d0fd4c3919ea361dad689d /README.md | |
parent | b44e498555143bf0afcb96efcf5531cd14b28fcb (diff) | |
download | xbot-84e31db2f3242b709c5d310a63ee2dc720c67d3f.tar xbot-84e31db2f3242b709c5d310a63ee2dc720c67d3f.tar.zst xbot-84e31db2f3242b709c5d310a63ee2dc720c67d3f.zip |
The user should care about priviledge escalation because there are also
alternatives to sudo (like doas).
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |