summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-22 20:50:15 -0800
committerGitHub <noreply@github.com>2018-02-22 20:50:15 -0800
commit8ab649305b80394c12b8d0108c533d46facd2a2b (patch)
tree82b68a04deb8a9bba3bf6a090b00246bea4c841e
parent2cbc8d403715bc909325c9323ef58ffb47b22e1f (diff)
downloadmill-8ab649305b80394c12b8d0108c533d46facd2a2b.tar.gz
mill-8ab649305b80394c12b8d0108c533d46facd2a2b.tar.bz2
mill-8ab649305b80394c12b8d0108c533d46facd2a2b.zip
Update 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 24f11011..b0f8b208 100644
--- a/docs/pages/1 - Intro to Mill.md
+++ b/docs/pages/1 - Intro to Mill.md
@@ -19,7 +19,7 @@ To get started, download Mill and install it into your system via the following
`curl`/`chmod` command:
```bash
-sudo curl -L -o /usr/local/bin/mill https://github.com/lihaoyi/mill/releases/download/0.1.0/0.1.0 && sudo chmod +x /usr/local/bin/mill
+sudo curl -L -o /usr/local/bin/mill https://github.com/lihaoyi/mill/releases/download/0.1.1/0.1.1 && sudo chmod +x /usr/local/bin/mill
```
More recent, unstable versions of Mill are also