summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-17 20:02:25 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-17 20:02:25 -0800
commit09b37096e7effc117947c29c205fb3f32386bf8e (patch)
treeba5cea6d90ff791f9e50af274c9b198e67cc0593
parentcda195542f9b027bfe33bd10707dbb7fba830c51 (diff)
downloadmill-09b37096e7effc117947c29c205fb3f32386bf8e.tar.gz
mill-09b37096e7effc117947c29c205fb3f32386bf8e.tar.bz2
mill-09b37096e7effc117947c29c205fb3f32386bf8e.zip
0.1.0 docs
-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 bf9ed926..5ee8590a 100644
--- a/docs/pages/1 - Intro to Mill.md
+++ b/docs/pages/1 - Intro to Mill.md
@@ -17,7 +17,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/unstable/0.0.7-51-75a45f && sudo chmod +x /usr/local/bin/mill
+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
```
The simplest Mill build for a Scala project looks as follows: