Skip to content

Commit

Permalink
Merge pull request #1743 from Lin-Buo-Ren/patch-1
Browse files Browse the repository at this point in the history
docs: Add WoeUSB as an alternative tool to burn Windows USB images
  • Loading branch information
jhermsmeier committed Feb 9, 2018
2 parents 0038c6c + 9743158 commit 4cd16a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/USER-DOCUMENTATION.md
Expand Up @@ -14,8 +14,8 @@ images, usually available from the image publishers themselves.

Images known to require special treatment:

- Microsoft Windows (use [Windows USB/DVD Download Tool][windows-usb-tool], or
[Rufus][rufus]).
- Microsoft Windows (use [Windows USB/DVD Download Tool][windows-usb-tool],
[Rufus][rufus], or [WoeUSB][woeusb]).

- Windows 10 IoT (use the [Windows 10 IoT Core Dashboard][windows-iot-dashboard])

Expand Down Expand Up @@ -224,3 +224,4 @@ platforms.
[rufus]: https://rufus.akeo.ie
[unetbootin]: https://unetbootin.github.io
[windows-iot-dashboard]: https://developer.microsoft.com/en-us/windows/iot/downloads
[woeusb]: https://github.com/slacka/WoeUSB
4 changes: 3 additions & 1 deletion lib/shared/messages.js
Expand Up @@ -66,7 +66,9 @@ 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> (Windows) or Boot Camp Assistant (macOS).'
'<a href="https://rufus.akeo.ie">Rufus</a> (Windows),',
'<a href="https://github.com/slacka/WoeUSB">WoeUSB</a> (Linux),',
'or Boot Camp Assistant (macOS).'
].join(' ')
},

Expand Down

0 comments on commit 4cd16a4

Please sign in to comment.