From 4b667fae68cdc6bfa23a8c970ee71e2479944413 Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Thu, 5 Sep 2019 10:26:47 +0200 Subject: Prepared release 0.5.1 --- docs/pages/1 - Intro to Mill.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md index 1942ba47..1ac47c37 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.5.0/0.5.0, and save it as +https://github.com/lihaoyi/mill/releases/download/0.5.1/0.5.1, 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 curl -L https://github.com/lihaoyi/mill/releases/download/0.5.0/0.5.0 > /usr/local/bin/mill && sudo chmod +x /usr/local/bin/mill +sudo curl -L https://github.com/lihaoyi/mill/releases/download/0.5.1/0.5.1 > /usr/local/bin/mill && sudo chmod +x /usr/local/bin/mill ``` ### Bootstrap Scripts (Linux/OS-X Only) @@ -90,7 +90,7 @@ If you are using Mill in a codebase, you can commit the bootstrap launcher as a `./mill` script in the project folder: ```bash -curl -L https://github.com/lihaoyi/mill/releases/download/0.5.0/0.5.0 > mill && chmod +x mill +curl -L https://github.com/lihaoyi/mill/releases/download/0.5.1/0.5.1 > mill && chmod +x mill ``` Now, anyone who wants to work with the project can simply use the `./mill` -- cgit v1.2.3