summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2019-07-04 08:56:51 -0700
committerGitHub <noreply@github.com>2019-07-04 08:56:51 -0700
commit79a63fb3f12e9fc856e22cdc5eba9095ad882051 (patch)
tree9f78c030b7b80dad49ce5804300f3ef17f1b33aa /docs
parent0e636d030e13bc0ef03109b7cdd5460b825d4b5b (diff)
downloadmill-79a63fb3f12e9fc856e22cdc5eba9095ad882051.tar.gz
mill-79a63fb3f12e9fc856e22cdc5eba9095ad882051.tar.bz2
mill-79a63fb3f12e9fc856e22cdc5eba9095ad882051.zip
Update 1 - Intro to Mill.md
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 1f635ba7..948ad1a0 100644
--- a/docs/pages/1 - Intro to Mill.md
+++ b/docs/pages/1 - Intro to Mill.md
@@ -44,7 +44,7 @@ pkg install mill
### Windows
To get started, download Mill from:
-https://github.com/lihaoyi/mill/releases/download/0.4.1/0.4.1, and save it as
+https://github.com/lihaoyi/mill/releases/download/0.4.2/0.4.2, and save it as
`mill.bat`.
If you're using [Scoop](https://scoop.sh) you can install Mill via
@@ -81,7 +81,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.4.1/0.4.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.4.2/0.4.2) > /usr/local/bin/mill && chmod +x /usr/local/bin/mill'
```
### Development Releases