1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-10 00:03:14 +02:00

Use "macOS" in README rather than OS X.

[ci skip]
This commit is contained in:
Bram Matthys
2018-05-02 19:53:09 +02:00
parent 8ac5a49d9d
commit 5e8334a9be
+2 -2
View File
@@ -21,7 +21,7 @@ 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/OS X
#### *BSD/Linux/macOS
First you must compile the IRCd:
* Run `./Config`
@@ -39,7 +39,7 @@ Then open it in an editor and carefully modify it using the documentation and FA
### Step 3: Booting
#### Linux/*BSD/OS X
#### Linux/*BSD/macOS
Run `./unrealircd start` in the directory where you installed UnrealIRCd.
#### Windows