summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-05-20 07:23:39 -0700
committerLi Haoyi <haoyi.sg@gmail.com>2018-05-20 07:23:39 -0700
commit7358b3c9ecd38cb0d8e268dc7b83156b813a7065 (patch)
treed2ce8bf47044cef0ccecf848984f43a7e56fa2d7 /docs
parent06823ef69ad0bab81f8240c4d8e2208c70b5e1c4 (diff)
downloadmill-7358b3c9ecd38cb0d8e268dc7b83156b813a7065.tar.gz
mill-7358b3c9ecd38cb0d8e268dc7b83156b813a7065.tar.bz2
mill-7358b3c9ecd38cb0d8e268dc7b83156b813a7065.zip
0.2.20.2.2
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 25994cae..6a1259b3 100644
--- a/docs/pages/1 - Intro to Mill.md
+++ b/docs/pages/1 - Intro to Mill.md
@@ -36,7 +36,7 @@ pacaur -S mill
### Windows
To get started, download Mill from:
-https://github.com/lihaoyi/mill/releases/download/0.2.1/0.2.1, and save it as
+https://github.com/lihaoyi/mill/releases/download/0.2.2/0.2.2, and save it as
`mill.bat`.
Mill also works on a sh environment on Windows (e.g.,
@@ -60,7 +60,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.1/0.2.1) > /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.2/0.2.2) > /usr/local/bin/mill && chmod +x /usr/local/bin/mill'
```
### Development Releases