Update supported operating systems with darwin.
diff --git a/GoArm.md b/GoArm.md
index 81b56ec..4aa80ed 100644
--- a/GoArm.md
+++ b/GoArm.md
@@ -18,7 +18,8 @@
# Supported operating systems
-Go supports ARM on Linux. You must be running an [EABI](http://wiki.debian.org/ArmEabiPort) kernel. These are generally known as ` armel ` for softfloat (compatible with ARMv5) or ` armhf ` for hardware floating point (ARMv6 and above).
+* ARM on Linux. You must run an [EABI](http://wiki.debian.org/ArmEabiPort) kernel. These are generally known as `armel` for softfloat (compatible with ARMv5) or `armhf` for hardware floating point (ARMv6 and above).
+* ARM on Darwin.
# Recommended Go version