From 9a7ce4a0c39378fdae3faf80c766a3aaf9de0b91 Mon Sep 17 00:00:00 2001 From: Robby Date: Sat, 31 Mar 2018 17:48:24 -0500 Subject: Updated readme.md changelog. [skip ci] --- readme.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 865ab2ca..1eec0e66 100644 --- a/readme.md +++ b/readme.md @@ -330,7 +330,7 @@ rm -rf out/ ### Master -- Universal (combined batch/sh) script +- Universal (combined batch/sh) script generation for launcher, assembly, and release For some shell (e.g., `ksh` or `fish`), a shebang line should be added, e.g., using GNU sed: @@ -338,22 +338,24 @@ rm -rf out/ sed -i '1s;^;#!/usr/bin/env sh\n;' ``` - Or download directly using: + Or download directly with shebang added as follows: ```bash sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L ) > /usr/local/bin/mill && chmod +x /usr/local/bin/mill' ``` + On Windows, save `` as `mill.bat` + - Windows client/server improvements -- Windows repl support - - MSYS2 subsystem/shell will be supported when a new jline3 (3.6.3) is released +- Windows repl support (note: MSYS2 subsystem/shell will be supported when jline3 v3.6.3 is released) - Fixed Java 9 support ### 0.1.7 +- Windows batch (.bat) generation for launcher, assembly, and release + - Support for non-interactive (client/server) mode on Windows. On Cygwin, run the following after downloading mill: -- cgit v1.2.3