From 83fa6cb851536839ebd85b1e91fda928f47eb674 Mon Sep 17 00:00:00 2001 From: Bond-009 Date: Tue, 28 Feb 2017 14:07:24 +0100 Subject: Renamed OSX to macOS and use curl to get EasyInstall script (#3585) * Renamed OSX to macOS and use curl to get EasyInstall script Use curl to get the EasyInstall script because the srcipt itself uses curl * Fixed capitalization --- GETTING-STARTED.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GETTING-STARTED.md') diff --git a/GETTING-STARTED.md b/GETTING-STARTED.md index 0943fa671..a3692e6f8 100644 --- a/GETTING-STARTED.md +++ b/GETTING-STARTED.md @@ -32,7 +32,7 @@ Setting up a Dev Environment Requirements ------------ -**Linux/BSD/Solaris/OSX:** +**Linux/BSD/Solaris/macOS:** You'll need the basic C++ build tools: @@ -82,7 +82,7 @@ Note that there is a script file, $/src/CheckBasicStyle.lua, that can check some How to Build ------------------ -**Linux/BSD/Solaris/OSX:** +**Linux/BSD/Solaris/macOS:** Follow the instructions in [COMPILING.md](https://github.com/cuberite/cuberite/blob/master/COMPILING.md). You probably want to build in debug mode (when you're developing) for console alerts and debugging capability, even though it's much slower for everyday use. -- cgit v1.2.3