summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTobias Roeser <le.petit.fou@web.de>2019-09-05 10:26:47 +0200
committerTobias Roeser <le.petit.fou@web.de>2019-09-05 10:26:47 +0200
commit4b667fae68cdc6bfa23a8c970ee71e2479944413 (patch)
tree428cf2e65146dd0ce39b545c20c82b1226d6af64 /docs
parent5cdf3fdfd1e958d2ac2b0f68ddf67f1dbab8f1f4 (diff)
downloadmill-4b667fae68cdc6bfa23a8c970ee71e2479944413.tar.gz
mill-4b667fae68cdc6bfa23a8c970ee71e2479944413.tar.bz2
mill-4b667fae68cdc6bfa23a8c970ee71e2479944413.zip
Prepared release 0.5.10.5.1
Diffstat (limited to 'docs')
-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 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`