From 8ab649305b80394c12b8d0108c533d46facd2a2b Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Thu, 22 Feb 2018 20:50:15 -0800 Subject: Update 1 - Intro to Mill.md --- docs/pages/1 - Intro to Mill.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 24f11011..b0f8b208 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.0/0.1.0 && sudo chmod +x /usr/local/bin/mill +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 ``` More recent, unstable versions of Mill are also -- cgit v1.2.3