summaryrefslogtreecommitdiffstats
path: root/build_external
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-04-06 07:35:27 -0700
committerGitHub <noreply@github.com>2020-04-06 07:35:27 -0700
commit23f9bd56913f63f4e116d950bd787d5d23419153 (patch)
tree03a8931595ba720ef575bdd8a7b78db752bdd8f0 /build_external
parent582d98780d68288821ed63f5b1ff3464095d9190 (diff)
Docs: Change MacOS to macOS (#8562)
* Change MacOS to macOS * Change Mac as noun to macOS system
Diffstat (limited to 'build_external')
-rw-r--r--build_external/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_external/README.md b/build_external/README.md
index 3614af1135..d04851e28e 100644
--- a/build_external/README.md
+++ b/build_external/README.md
@@ -1,6 +1,7 @@
<!--
---
title: "External build-system"
+date: 2020-03-31
custom_edit_url: https://github.com/netdata/netdata/edit/master/build_external/README.md
---
-->
@@ -9,7 +10,7 @@ custom_edit_url: https://github.com/netdata/netdata/edit/master/build_external/R
This wraps the build-system in Docker so that the host system and the target system are
decoupled. This allows:
-* Cross-compilation (e.g. linux development from MacOS)
+* Cross-compilation (e.g. linux development from macOS)
* Cross-distro (e.g. using CentOS user-land while developing on Debian)
* Multi-host scenarios (e.g. master/slave configurations)
* Bleeding-edge sceneraios (e.g. using the ACLK (**currently for internal-use only**))