From 5e8334a9be93fd273d86321ecaa63a68770b96ec Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Wed, 2 May 2018 19:53:09 +0200 Subject: [PATCH] Use "macOS" in README rather than OS X. [ci skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52e327c1a..9d8523ec8 100644 --- a/README.md +++ b/README.md @@ -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