summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index a1dacc2c..06e31e80 100644
--- a/readme.md
+++ b/readme.md
@@ -328,6 +328,18 @@ rm -rf out/
## Changelog
+### master
+
+- Support for non-interactive (client/server) mode on Windows.
+
+ Running on Windows requires either [MSYS2](https://www.msys2.org) or [Cygwin](https://www.cygwin.com).
+
+ On Cygwin, run the following after downloading mill:
+
+ ```bash
+ sed -i '0,/-cp "\$0"/{s/-cp "\$0"/-cp `cygpath -w "\$0"`/}; 0,/-cp "\$0"/{s/-cp "\$0"/-cp `cygpath -w "\$0"`/}' <mill-path>
+ ```
+
### 0.1.6
- Fixes for non-interactive (client/server) mode on Java 9