From 08e27d9b94e38f64f6680828c64ab3c0a8f5537f Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sun, 25 Feb 2018 21:37:17 -0800 Subject: 0.1.3 --- docs/pages/1 - Intro to Mill.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/pages/1 - Intro to Mill.md') diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md index d944a67e..f1b72a9d 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.2/0.1.2 && sudo chmod +x /usr/local/bin/mill +sudo curl -L -o /usr/local/bin/mill https://github.com/lihaoyi/mill/releases/download/0.1.3/0.1.3 && sudo chmod +x /usr/local/bin/mill ``` More recent, unstable versions of Mill are also @@ -69,7 +69,7 @@ $ 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.launcher # prepares a foo/launcher/dest/run you can run later $ mill foo.jar # bundle the classfiles into a jar -- cgit v1.2.3