summaryrefslogtreecommitdiff
path: root/docs/pages
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-17 18:35:23 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-17 18:35:23 -0800
commit059fe1e763504c37527a8ca5206bf9319e88355b (patch)
tree22e092477464f9c472383af9431a9663cea320fa /docs/pages
parentaa58cc6d5195f1ce688e53e5cb21576ec7854434 (diff)
downloadmill-059fe1e763504c37527a8ca5206bf9319e88355b.tar.gz
mill-059fe1e763504c37527a8ca5206bf9319e88355b.tar.bz2
mill-059fe1e763504c37527a8ca5206bf9319e88355b.zip
properly pass through failures from scalaworker maven resolution failures
Diffstat (limited to 'docs/pages')
-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 4dd9380e..b879dd05 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/0.1.0/0.1.0 && sudo chmod +x /usr/local/bin/mill
+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
```
The simplest Mill build for a Scala project looks as follows: