summaryrefslogtreecommitdiff
path: root/docs/pages/1 - Intro to Mill.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-05-20 02:22:48 -0700
committerLi Haoyi <haoyi.sg@gmail.com>2018-05-20 02:22:48 -0700
commitb36d39800da8075da945c3abbabeba854ec70416 (patch)
tree3c3ec778680e800338fe5b5d86042b6ffe9e7961 /docs/pages/1 - Intro to Mill.md
parentef3d5a10f6c39e845ddeba108a67dcc52188caa2 (diff)
downloadmill-b36d39800da8075da945c3abbabeba854ec70416.tar.gz
mill-b36d39800da8075da945c3abbabeba854ec70416.tar.bz2
mill-b36d39800da8075da945c3abbabeba854ec70416.zip
0.2.10.2.1
Diffstat (limited to 'docs/pages/1 - Intro to Mill.md')
-rw-r--r--docs/pages/1 - Intro to Mill.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md
index 4067588a..32c520af 100644
--- a/docs/pages/1 - Intro to Mill.md
+++ b/docs/pages/1 - Intro to Mill.md
@@ -59,7 +59,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.2.0/0.2.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.2.1/0.2.1) > /usr/local/bin/mill && chmod +x /usr/local/bin/mill'
```
### Development Releases