From 0b2af2476d63d056e496e24be5481877cb39e62d Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Mon, 20 May 2019 11:16:08 +0800 Subject: 0.4.0 --- docs/pages/1 - Intro to Mill.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md index 7bd3ac6d..e68214ea 100644 --- a/docs/pages/1 - Intro to Mill.md +++ b/docs/pages/1 - Intro to Mill.md @@ -44,7 +44,7 @@ pkg install mill ### Windows To get started, download Mill from: -https://github.com/lihaoyi/mill/releases/download/0.3.9/0.3.9, and save it as +https://github.com/lihaoyi/mill/releases/download/0.4.0/0.4.0, and save it as `mill.bat`. If you're using [Scoop](https://scoop.sh) you can install Mill via @@ -81,7 +81,7 @@ To get started, download Mill and install it into your system via the following `curl`/`chmod` command: ```bash -sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/lihaoyi/mill/releases/download/0.3.9/0.3.9) > /usr/local/bin/mill && chmod +x /usr/local/bin/mill' +sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/lihaoyi/mill/releases/download/0.4.0/0.4.0) > /usr/local/bin/mill && chmod +x /usr/local/bin/mill' ``` ### Development Releases -- cgit v1.2.3