summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorRobby <robby@k-state.edu>2018-03-31 17:48:24 -0500
committerRobby <robby@k-state.edu>2018-03-31 17:48:24 -0500
commit9a7ce4a0c39378fdae3faf80c766a3aaf9de0b91 (patch)
treea0bbf6aa0adb4d4b51e8fcee03aac6bc433e7711 /readme.md
parentb31b2e3ba39c287b958d94e5312d10136dbe2460 (diff)
downloadmill-9a7ce4a0c39378fdae3faf80c766a3aaf9de0b91.tar.gz
mill-9a7ce4a0c39378fdae3faf80c766a3aaf9de0b91.tar.bz2
mill-9a7ce4a0c39378fdae3faf80c766a3aaf9de0b91.zip
Updated readme.md changelog. [skip ci]
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md12
1 files changed, 7 insertions, 5 deletions
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;' <mill-path>
```
- Or download directly using:
+ Or download directly with shebang added as follows:
```bash
sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L <mill-url>) > /usr/local/bin/mill && chmod +x /usr/local/bin/mill'
```
+ On Windows, save `<mill-url>` 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: