summaryrefslogtreecommitdiff
path: root/docs/pages
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-06-03 09:02:09 -0700
committerLi Haoyi <haoyi.sg@gmail.com>2018-06-03 09:02:09 -0700
commit42aaafa3bcba8ff030de8d20cf60a51fef1d8125 (patch)
tree374f7cb96990d4171c2c57bf3ce47e265a558259 /docs/pages
parentf0661bea81223403e3ba93195ed3d1fb24c61f32 (diff)
downloadmill-42aaafa3bcba8ff030de8d20cf60a51fef1d8125.tar.gz
mill-42aaafa3bcba8ff030de8d20cf60a51fef1d8125.tar.bz2
mill-42aaafa3bcba8ff030de8d20cf60a51fef1d8125.zip
update-docs
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 f10e7518..6abb0317 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.2/0.2.2, and save it as
+https://github.com/lihaoyi/mill/releases/download/0.2.2/0.2.3, 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.2/0.2.2) > /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.3/0.2.3) > /usr/local/bin/mill && chmod +x /usr/local/bin/mill'
```
### Development Releases