From e425dc9ca7d276b1e82357de5f5d98e4e58ecc46 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Tue, 20 Oct 2015 08:23:31 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 39ecb1fe7d8..e1b8563e2fb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -59,7 +59,7 @@ target_os = ["android"] Building and running the code ----------------------------- -Currently we support building on Linux only, for an Android target and for, for testing, a headless Linux +Currently we support building on Linux only, for an Android target and, for running tests, a headless Linux target. Building on MacOS for Android, iOS, and a headless MacOS target is coming soon. ### Android (cross-compiling from Mac or Linux)