summaryrefslogtreecommitdiff
path: root/docs/pages
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-11-06 10:24:13 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-11-06 11:31:21 +0800
commitb30fad6aef587754c0bea66426b288050ebad6fa (patch)
tree39dbd817d8a7ab48c4b91b215cee87fdd518a476 /docs/pages
parent902f8e01bc4b2eeac86c34526a7d454dbfc88556 (diff)
downloadmill-b30fad6aef587754c0bea66426b288050ebad6fa.tar.gz
mill-b30fad6aef587754c0bea66426b288050ebad6fa.tar.bz2
mill-b30fad6aef587754c0bea66426b288050ebad6fa.zip
0.3.4
Diffstat (limited to 'docs/pages')
-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 7af0436b..5619932b 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.8/0.2.8, and save it as
+https://github.com/lihaoyi/mill/releases/download/0.3.4/0.3.4, and save it as
`mill.bat`.
If you're using [Scoop](https://scoop.sh) you can install Mill via
@@ -73,7 +73,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.8/0.2.8) > /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.3.4/0.3.4) > /usr/local/bin/mill && chmod +x /usr/local/bin/mill'
```
### Development Releases