shithub: orca

Download patch

ref: cdada3124c2fea9900ad7ad436a5c94df413b3e3
parent: 2593bab7b34375db55c717c2eb891784c7a0e9ac
author: cancel <cancel@cancel.fm>
date: Wed Dec 12 14:34:34 EST 2018

Update readme

--- a/README.md
+++ b/README.md
@@ -20,9 +20,7 @@
 
 The build script is in `bash`. It should work with `gcc` (including the `musl-gcc` wrapper) and `clang`, and will automatically detect your compiler.
 
-Currently known to build on macOS (`gcc`, `clang`) and Linux (`gcc`, `musl-gcc`, and `clang`, optionally with `LLD`).
-
-Not yet tested on Windows, but it's likely that it already works under `cygwin`. Further testing will be performed soon.
+Currently known to build on macOS (`gcc`, `clang`) and Linux (`gcc`, `musl-gcc`, and `clang`, optionally with `LLD`), and Windows via cygwin or WSL (`gcc` or `clang`).
 
 There is a fire-and-forget `make` wrapper around the build script.