summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-11-19 10:17:16 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-11-19 10:17:16 +0800
commit3cc21b24e4c16a934cb76edb2937045b41662f46 (patch)
tree8e95bac672bf55d8742f7cfa9aaba3f368bd05f8
parentc7385346bc25c636ee46fe6567eafae65249ae1f (diff)
downloadmill-3cc21b24e4c16a934cb76edb2937045b41662f46.tar.gz
mill-3cc21b24e4c16a934cb76edb2937045b41662f46.tar.bz2
mill-3cc21b24e4c16a934cb76edb2937045b41662f46.zip
update-readme
-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 5619932b..18031367 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.3.4/0.3.4, and save it as
+https://github.com/lihaoyi/mill/releases/download/0.3.5/0.3.5, 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.3.4/0.3.4) > /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.5/0.3.5) > /usr/local/bin/mill && chmod +x /usr/local/bin/mill'
```
### Development Releases