From c9e58bbb40f6522d5541bf53cf75e8a4a92cc395 Mon Sep 17 00:00:00 2001 From: Mikey O'Toole <mikey@mjco.uk> Date: Thu, 24 Oct 2019 21:51:39 +0100 Subject: [PATCH] Clarify supported operating systems --- docs/tools/buildkit.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/tools/buildkit.md b/docs/tools/buildkit.md index 56bfa0f3..2c58801f 100644 --- a/docs/tools/buildkit.md +++ b/docs/tools/buildkit.md @@ -8,7 +8,9 @@ This is the same collection of tools which manages the test/demo/release infrast ## Supported Operating Systems -Currently BuildKit includes [specific, tested install steps](https://github.com/civicrm/civicrm-buildkit/blob/e278123c2a5edb525a01c816283d30b882aa8fab/bin/civi-download-tools#L329) for the following Ubuntu and Debian operating system releases - note that recently removed versions are shown in this list for information and are marked in the final column. +Currently BuildKit includes [specific, tested install steps](https://github.com/civicrm/civicrm-buildkit/blob/e278123c2a5edb525a01c816283d30b882aa8fab/bin/civi-download-tools#L329) for the following Ubuntu and Debian operating system releases - note that recently removed versions are shown in this list for information and are marked in the final column. + +There are no specific installer steps for MacOS but BuildKit itself is fully usable on a Mac. BuildKit does not natively support running on Windows at this time but other options are available (e.g: Vagrant/Docker). !!! note Versions of Ubuntu and Debian running on Windows Subsystem for Linux (WSL) and WSL2 are not currently compatible with BuildKit. -- GitLab