summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2019-06-13 11:55:58 +0200
committerLi Haoyi <haoyi.sg@gmail.com>2019-06-13 11:55:58 +0200
commit55eb7e81aa3989e58f76e319bbea7688c7d1a4fb (patch)
treeb1478be38c06cb2ef6e1f3398bc9b0c9094d9efb /docs
parent92c24dc3d5bf0719f8c7ad63d5ccdb167f73ce63 (diff)
downloadmill-55eb7e81aa3989e58f76e319bbea7688c7d1a4fb.tar.gz
mill-55eb7e81aa3989e58f76e319bbea7688c7d1a4fb.tar.bz2
mill-55eb7e81aa3989e58f76e319bbea7688c7d1a4fb.zip
update readme
Diffstat (limited to 'docs')
-rw-r--r--docs/pages/1 - Intro to Mill.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md
index e68214ea..1f635ba7 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.4.0/0.4.0, and save it as
+https://github.com/lihaoyi/mill/releases/download/0.4.1/0.4.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 sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/lihaoyi/mill/releases/download/0.4.0/0.4.0) > /usr/local/bin/mill && chmod +x /usr/local/bin/mill'
+sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/lihaoyi/mill/releases/download/0.4.1/0.4.1) > /usr/local/bin/mill && chmod +x /usr/local/bin/mill'
```
### Development Releases