summaryrefslogtreecommitdiff
path: root/docs/pages/1 - Intro to Mill.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-25 00:32:33 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-25 00:32:33 -0800
commit0b0b1a661eeca11efe00aee85f170fdc181284ef (patch)
tree580fd8bf24681d86f86743bc8c20ff528fc068b7 /docs/pages/1 - Intro to Mill.md
parent7b462e5f0b854f5d60887c8548b539902bca9060 (diff)
downloadmill-0b0b1a661eeca11efe00aee85f170fdc181284ef.tar.gz
mill-0b0b1a661eeca11efe00aee85f170fdc181284ef.tar.bz2
mill-0b0b1a661eeca11efe00aee85f170fdc181284ef.zip
0.1.20.1.2
Diffstat (limited to 'docs/pages/1 - Intro to Mill.md')
-rw-r--r--docs/pages/1 - Intro to Mill.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md
index a559454e..d944a67e 100644
--- a/docs/pages/1 - Intro to Mill.md
+++ b/docs/pages/1 - Intro to Mill.md
@@ -19,7 +19,7 @@ To get started, download Mill and install it into your system via the following
`curl`/`chmod` command:
```bash
-sudo curl -L -o /usr/local/bin/mill https://github.com/lihaoyi/mill/releases/download/0.1.1/0.1.1 && sudo chmod +x /usr/local/bin/mill
+sudo curl -L -o /usr/local/bin/mill https://github.com/lihaoyi/mill/releases/download/0.1.2/0.1.2 && sudo chmod +x /usr/local/bin/mill
```
More recent, unstable versions of Mill are also
@@ -69,6 +69,8 @@ $ mill foo.compile # compile sources into classfiles
$ mill foo.run # run the main method, if any
+$ mill foo.launcher # prepares a foo/dest/run to run your code outside Mill
+
$ mill foo.jar # bundle the classfiles into a jar
$ mill foo.assembly # bundle classfiles and all dependencies into a jar