summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2019-05-20 07:26:46 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2019-05-20 07:26:46 +0800
commit560ef21310aa1bc01adce7163250f8e95f35412f (patch)
treef9443e7a53e20e0109dccc04f8e36dae13dc5751 /docs
parentd12a0d762193d83f83c837eb4affad389744a6cd (diff)
downloadmill-560ef21310aa1bc01adce7163250f8e95f35412f.tar.gz
mill-560ef21310aa1bc01adce7163250f8e95f35412f.tar.bz2
mill-560ef21310aa1bc01adce7163250f8e95f35412f.zip
0.3.9
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 00d60a80..7bd3ac6d 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.3.8/0.3.8, and save it as
+https://github.com/lihaoyi/mill/releases/download/0.3.9/0.3.9, 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.3.8/0.3.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.9/0.3.9) > /usr/local/bin/mill && chmod +x /usr/local/bin/mill'
```
### Development Releases