From d3fdca12b05d7b065521b56f87c4d0e0cde05f7a Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Fri, 8 Apr 2016 15:21:20 -0400 Subject: [PATCH] Make clear that Etcher supports OS X >= 10.9 (#269) Electron no longer supports 10.8. See http://electron.atom.io/docs/v0.37.5/tutorial/supported-platforms/#os-x Signed-off-by: Juan Cruz Viotti --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7b480822..9c561972 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ Installers Refer to the [downloads page](http://etcher.io) for the latest pre-made installers for all supported operating systems. +> Etcher only supports OS X >= 10.9 + Developing ----------