diff --git a/docs/USER-DOCUMENTATION.md b/docs/USER-DOCUMENTATION.md
index b13a525a..ec62dc74 100644
--- a/docs/USER-DOCUMENTATION.md
+++ b/docs/USER-DOCUMENTATION.md
@@ -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])
@@ -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
diff --git a/lib/shared/messages.js b/lib/shared/messages.js
index d9c1e274..c5dbb1f7 100644
--- a/lib/shared/messages.js
+++ b/lib/shared/messages.js
@@ -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',
- 'Rufus (Windows) or Boot Camp Assistant (macOS).'
+ 'Rufus (Windows),',
+ 'WoeUSB (Linux),',
+ 'or Boot Camp Assistant (macOS).'
].join(' ')
},