summaryrefslogtreecommitdiff
path: root/docs/pages/1 - Intro to Mill.md
diff options
context:
space:
mode:
authorTobias Roeser <le.petit.fou@web.de>2019-10-17 18:03:49 +0200
committerTobias Roeser <le.petit.fou@web.de>2019-10-17 18:03:49 +0200
commit7f9c31b42fa16c4e51d3690312bf255b5191e4c6 (patch)
tree4201f14c3ade72856efd39d8f12480605940487d /docs/pages/1 - Intro to Mill.md
parent6a19be4008426bb4edc137dd756d0a0b7347e0a5 (diff)
downloadmill-7f9c31b42fa16c4e51d3690312bf255b5191e4c6.tar.gz
mill-7f9c31b42fa16c4e51d3690312bf255b5191e4c6.tar.bz2
mill-7f9c31b42fa16c4e51d3690312bf255b5191e4c6.zip
Prepared release 0.5.2
Diffstat (limited to 'docs/pages/1 - Intro to Mill.md')
-rw-r--r--docs/pages/1 - Intro to Mill.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md
index b0af3d76..2f766818 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.1/0.5.1-assembly, and save it as
+https://github.com/lihaoyi/mill/releases/download/0.5.2/0.5.2-assembly, 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.1/0.5.1 > /usr/local/bin/mill && sudo chmod +x /usr/local/bin/mill
+sudo curl -L https://github.com/lihaoyi/mill/releases/download/0.5.2/0.5.2 > /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.1/0.5.1 > mill && chmod +x mill
+curl -L https://github.com/lihaoyi/mill/releases/download/0.5.2/0.5.2 > mill && chmod +x mill
```
Now, anyone who wants to work with the project can simply use the `./mill`