summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-17 14:27:16 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-17 14:38:46 -0800
commit8106f467d41ca747ed039e9d8c5909aa7e40dabb (patch)
tree2e7add294b387d4562b2ca53581ccb2cb25b79bd /docs
parent75a45f9163034ca9ba126cf07b3f87f3f24b1249 (diff)
downloadmill-8106f467d41ca747ed039e9d8c5909aa7e40dabb.tar.gz
mill-8106f467d41ca747ed039e9d8c5909aa7e40dabb.tar.bz2
mill-8106f467d41ca747ed039e9d8c5909aa7e40dabb.zip
fixt-readme
Diffstat (limited to 'docs')
-rw-r--r--docs/pages/1 - Intro to Mill.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md
index 8d2c4847..4dd9380e 100644
--- a/docs/pages/1 - Intro to Mill.md
+++ b/docs/pages/1 - Intro to Mill.md
@@ -1,4 +1,4 @@
-Mill is your shiny new Scala build tool!
+[Mill](https://github.com/lihaoyi/mill) is your shiny new Scala build tool!
[Confused by SBT](http://www.lihaoyi.com/post/SowhatswrongwithSBT.html)?
Frustrated by Maven? Perplexed by Gradle? Give Mill a try!
@@ -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.0.7/0.0.7 && 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:
@@ -308,7 +308,7 @@ JSON it outputs is structured and easily parsed & manipulated.
## IntelliJ Support
-Mill supports IntelliJ by default. Use `mill mill.scalalib.GenIdea/idea` to
+Mill supports IntelliJ by default. Use `mill mill.scalalib.GenIdeaModule/idea` to
generate an IntelliJ project config for your build.
This also configures IntelliJ to allow easy navigate & code-completion within