From d002ed164bb888bfef446a8273a9294e7f1d9556 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Tue, 21 Feb 2017 08:12:30 -0400 Subject: [PATCH] docs: document supported operating systems and versions (#1114) Signed-off-by: Juan Cruz Viotti --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 74ce4b45..72b0baa1 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,17 @@ was written correctly and much more. ![Etcher](https://raw.githubusercontent.com/resin-io/etcher/master/screenshot.png) +Supported Operating Systems +--------------------------- + +- Linux (most distros) +- macOS 10.9 and later +- Microsoft Windows 7 and later + +Note that Etcher will run on any platform officially supported by +[Electron][electron]. Read more in their +[documentation][electron-supported-platforms]. + Installers ---------- @@ -70,6 +81,8 @@ Etcher is free software, and may be redistributed under the terms specified in the [license]. [etcher]: https://etcher.io +[electron]: http://electron.atom.io +[electron-supported-platforms]: http://electron.atom.io/docs/tutorial/supported-platforms/ [SUPPORT]: https://github.com/resin-io/etcher/blob/master/SUPPORT.md [CONTRIBUTING]: https://github.com/resin-io/etcher/blob/master/docs/CONTRIBUTING.md [CLI]: https://github.com/resin-io/etcher/blob/master/docs/CLI.md