doc(GUI): suggest BootCamp as an alternative when flashing Windows images (#1393)

* Specify that Rufus is only an option for Windows.
* Suggest Apple Boot Camp Assistant (built-in) as an alternative for macOS users.
This commit is contained in:
Daniel Aleksandersen 2017-05-10 17:50:36 +02:00 committed by Juan Cruz Viotti
parent ecb8dd29b7
commit d76a6dff89

View File

@ -57,7 +57,7 @@ module.exports = {
'It looks like you are trying to burn a Windows image.\n\n',
'Unlike other images, Windows images require special processing to be made bootable.',
'We suggest you use a tool specially designed for this purpose, such as',
'<a href="https://rufus.akeo.ie">Rufus</a>.'
'<a href="https://rufus.akeo.ie">Rufus</a> (Windows) or Boot Camp Assistant (macOS).'
].join(' '))
},