mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-25 07:47:18 +00:00
docs(GUI): minimim macOS supported platform (#765)
Since the Etcher GUI is based on Electron, it only runs on platforms supported by Electron, which in the case of macOS, is 10.9 and newer versions. As an alternative, we propose using the Etcher CLI. See: https://github.com/electron/electron/blob/master/docs/tutorial/supported-platforms.md Fixes: https://github.com/resin-io/etcher/issues/761 Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
parent
12f5baaa60
commit
9086041a80
@ -175,8 +175,20 @@ your system in order to show a secure password prompt dialog to perform
|
||||
elevation. Make sure you have one installed for the desktop environment of your
|
||||
choice.
|
||||
|
||||
Running in older macOS versions
|
||||
-------------------------------
|
||||
|
||||
Etcher GUI is based on the [Electron][electron] framework, [which only supports
|
||||
macOS 10.9 and newer versions][electron-supported-platforms].
|
||||
|
||||
You can however, run the [Etcher CLI][etcher-cli], which should work in older
|
||||
platforms.
|
||||
|
||||
[resin.io]: https://resin.io
|
||||
[appimage]: http://appimage.org
|
||||
[xwayland]: https://wayland.freedesktop.org/xserver.html
|
||||
[weston.ini]: http://manpages.ubuntu.com/manpages/wily/man5/weston.ini.5.html
|
||||
[diskpart]: https://technet.microsoft.com/en-us/library/cc770877(v=ws.11).aspx
|
||||
[electron]: http://electron.atom.io
|
||||
[electron-supported-platforms]: https://github.com/electron/electron/blob/master/docs/tutorial/supported-platforms.md
|
||||
[etcher-cli]: https://github.com/resin-io/etcher/blob/master/docs/CLI.md
|
||||
|
Loading…
x
Reference in New Issue
Block a user