commit 18e44e43033ed07e2847a82d1d2e73bf381cafb2
parent 820b57a3f698a088b631c0b036d3fd81c36b6a30
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 22 Oct 2018 09:35:18 +0200
Use macOS instead of OSX and OSx, and correct case for dependencies names
Signed-off-by: Joris Vink <joris@coders.se>
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/install.md b/install.md
@@ -7,11 +7,11 @@ Kore has been tested to run on the following platforms:
* Linux 3.2 or newer
* OpenBSD 5.3 or newer
* FreeBSD 10 or newer
-* OSX 10.10.x or newer
+* macOS 10.10.x or newer
Basic compilation requires the following libraries:
-* openssl 1.0.2 or 1.1.0 / libressl
+* OpenSSL 1.0.2 or 1.1.0 / LibreSSL
Get the 3.0.0 release tarball and signature from [https://kore.io/releases/3.0.0](https://kore.io/releases/3.0.0) and verify it using minisign:
@@ -39,7 +39,7 @@ Kore has several build flavors available:
* JSONRPC=1 \(compiles in JSONRPC support\)
* PYTHON=1 \(compiles in Python support\)
-These build flavors can be passed on the command line when building. Note that enabling these flavors may require additional libraries to be present on your system.:
+These build flavors can be passed on the command line when building. Note that enabling these flavors may require additional libraries to be present on your system:
Requirements for background tasks \(optional\)
@@ -53,11 +53,11 @@ Requirements for python \(optional\)
* Python 3.6+
-For BSD-like systems you will need to install GNU make.
+For BSD-like systems you will need to install GNU Make.
-### OSx
+### macOS
-Kore is available on Homebrew under OSx and can be installed with:
+Kore is available on Homebrew under macOS and can be installed with:
```
$ brew install kore