1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 17:14:46 +02:00

Make clear the user should not compile or run as root. Seems some

people miss this when they only read the README and not the
installation instructions from the wiki
( https://www.unrealircd.org/docs/Installing_from_source )
This commit is contained in:
Bram Matthys
2019-06-12 13:08:22 +02:00
parent 66be5a2ca6
commit 148dfc53a4
+3 -1
View File
@@ -22,7 +22,9 @@ Simply download the UnrealIRCd Windows version from www.unrealircd.org
Alternatively you can compile UnrealIRCd for Windows yourself. However this is not straightforward and thus not recommended.
#### *BSD/Linux/macOS
First you must compile the IRCd:
Do the following steps as a regular user, [do NOT run as root](https://www.unrealircd.org/docs/Do_not_run_as_root).
### Step 1: Compile the IRCd
* Run `./Config`
* Run `make`