summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorRobby <robby@k-state.edu>2018-03-17 07:18:01 -0500
committerRobby <robby@k-state.edu>2018-03-17 07:18:01 -0500
commit2ac2203042e31e3695414737e0d52ef70cd11bd6 (patch)
tree803202061cd1e12ddb47b65d47a72b51b5c65636 /readme.md
parent7c2686513df15d4234aa325dbef8b94ee9c8ed89 (diff)
downloadmill-2ac2203042e31e3695414737e0d52ef70cd11bd6.tar.gz
mill-2ac2203042e31e3695414737e0d52ef70cd11bd6.tar.bz2
mill-2ac2203042e31e3695414737e0d52ef70cd11bd6.zip
Updated changelog in readme.md.
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