From 3d7b25d9e5ac9bb6e3ae8101772beccf6f95e41c Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sun, 25 Mar 2018 18:46:31 -0700 Subject: update doc download-link to 0.1.7 --- 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 be5ce050..d0ce29c7 100644 --- a/docs/pages/1 - Intro to Mill.md +++ b/docs/pages/1 - Intro to Mill.md @@ -39,7 +39,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.6/0.1.6 && sudo chmod +x /usr/local/bin/mill +sudo curl -L -o /usr/local/bin/mill https://github.com/lihaoyi/mill/releases/download/0.1.7/0.1.7 && sudo chmod +x /usr/local/bin/mill ``` ### Development Releases -- cgit v1.2.3